日期對象、Math對象、字符串對象、數組對象

Date日期對象 new Date() 創建一個日期對象 getFullYear() 返回年份 getMonth() 返回月份數(0-11),想要得到幾月,需要加一 getDay() 返回一週的第幾天(0-6) getDate() 返回日 getHours() 返回時 getMinutes() 返回分 getSeconds() 返回秒 getTime() 返回從1970年1月1日00:00到現在的
相關文章
相關標籤/搜索