JavaScript Date() 对象: new Date() :时间对象,会把当前时间作为其初始值: setFullYear() :用于设置月份,可有三个参数,setFullYear(year,month,day): setHours() :设置指定时间的小时,可有四个参数,setHours(hour,min,sec,millisec): getDate() :返回月份的某一天: getMonth() :返回表示月份的数字: getFullYear() :返回一个表示年份的 4 位数字: g…