js 现实当前时间

180it 2020-02-16 AM 2535℃ 0条
time=new Date().getHours()+":"+new Date().getMinutes()+":"+new Date().getSeconds();
alert(time);
支付宝打赏支付宝打赏 微信打赏微信打赏

如果文章或资源对您有帮助,欢迎打赏作者。一路走来,感谢有您!

标签: none

js 现实当前时间