getYear()是返回从1900到现在的年数
getMonth()由于月份是存在数组内,所以0代表1月,11代表12月,所以返回的数值会比实际少一
getdate()返回当前月的第几天
getday()返回星期几 ,1是周一, 0是周日
getYear()是返回从1900到现在的年数
getMonth()由于月份是存在数组内,所以0代表1月,11代表12月,所以返回的数值会比实际少一
getdate()返回当前月的第几天
getday()返回星期几 ,1是周一, 0是周日