-4
我喜歡在我的頁面顯示我的本地時間html,javascript,我可以使用momentjs嗎?請誰能幫助我?如何在我的電腦頁面添加本地時間html
我喜歡在我的頁面顯示我的本地時間html,javascript,我可以使用momentjs嗎?請誰能幫助我?如何在我的電腦頁面添加本地時間html
簡單:
document.body.textContent = new Date().toLocaleTimeString()
謝謝,它工作出色。 –
你應該嘗試搜索要求它在此之前你問至少一次的東西。你有沒有嘗試'新日期()' –
請參閱https://stackoverflow.com/questions/18229022/how-to-show-current-time-in-javascript-in-the-format-hhmmss – lumio