2016年2月19日
摘要: function getNumberOfDays($year:int, $month:int):int { var month:Date = new Date($year, $month + 1, 0); return month.date; } //jan trace(getNumberOfDay 阅读全文
posted @ 2016-02-19 12:58 晏过留痕 阅读(414) 评论(0) 推荐(0) 编辑