2015年3月27日
摘要: var d = new Date();var curMonthDays = new Date(d.getFullYear(), (d.getMonth() + 1), 0).getDate();alert("本月共有 " + curMonthDays + " 天");d.getMonth()+1代表... 阅读全文
posted @ 2015-03-27 15:59 Just_Do 阅读(795) 评论(0) 推荐(0)