JQuery 獲取當前年、月、日、星期、時間

使用JQuery獲取當前時間 年.月.日,星期,時:分:秒 $(function(){ setInterval(updateTime, 1000); updateTime(); }) function updateTime() { var date = new Date(); this.year = date.getFullYear(); this.month = date
相關文章
相關標籤/搜索