首頁 >web前端 >html教學 >html中使用js來取得本地系統時間_HTML/Xhtml_網頁製作

html中使用js來取得本地系統時間_HTML/Xhtml_網頁製作

WBOY
WBOY原創
2016-05-16 16:39:171123瀏覽

複製程式碼
程式碼如下:






var now=new Date()
document.write(1900 now.getYear() "-" (now.getMonth() 1) "-" now.getDate() " " now .getHours() ":" now.getMinutes() ":" now.getSeconds())

為什麼要用div呢,為了選擇位置來放,例如我放在
陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn