Date函数 new Date() Date 对象会自动把当前日期和时间保存为其初始值。 date.getDate() 从 Date 对象返回一个月中的某一天 (1 ~ 31)。 date.getDay() 从 Date 对象返回一周中的某一天 (0 ~ 6)。周日是0。 date.getMonth() 从 Date 对象返回月份 (0 ~ 11)。 date.getFullYear() 从 Date 对象以四位数字返回年份 date.getHours() 返回 Date 对象的小时 (0 ~ 23)。 date.getMinutes