dateObj=new Date() //当前时间 调用示例:获取当前小时:

dateObj.getHours()

获取类函数: getDate() 函数 — 返回天数(1-31) getDay()函数 — 返回星期数(0-6) getFullYear() 函数[……]

阅读全文