11 2008 档案

摘要: //获取某年某月天数function GetDays(Year,Month){return new Date(Year,Month,0).getDate(); }阅读全文
posted @ 2008-11-26 10:45 半克拉鹅卵石 阅读(447) | 评论 (1) 编辑