2012-04-17 121 views

回答

0

您可以在計算器存檔適應前面的代碼,只是你需要從日期提取個月,使用此代碼:

var date = new Date(); 
var months = date.getMonth();