摘要:
1. Js获取当前日期时间及其它操作var myDate = new Date(); myDate.getFullYear(); //获取完整的年份(4位,1970-????) myDate.getMonth(); //获取当前月份(0-11,0代表1月) myDate.getDate(); ... 阅读全文
posted @ 2015-07-04 11:00
Jtianlin
阅读(226)
评论(0)
推荐(0)