摘要: 手册:http://www.w3school.com.cn/js/jsref_random.asp 1:js时间 function getTodayDate() { var year,day,month; var today; today=new Date(); year =today.getFullYear(); month = today.getMonth()+ 1; day = ... 阅读全文
posted @ 2007-06-21 15:30 Microbar 阅读(264) 评论(0) 推荐(0)