js时间对象
var time=new Date();//获取本地计算机时间 //getMonth() 获得日期对象中的月份 (0 ~ 11) // getDay() 获得日期是周几 (0代表周天,1-6分别代表周1-6) // getTime() 获得日期对象中的日...
关于 日期对象 的文章共有1条
阅读(745)评论(0)
var time=new Date();//获取本地计算机时间 //getMonth() 获得日期对象中的月份 (0 ~ 11) // getDay() 获得日期是周几 (0代表周天,1-6分别代表周1-6) // getTime() 获得日期对象中的日...