您好,欢迎来到舟格财经。
搜索
您的当前位置:首页html页面时间实例_html/css_WEB-ITnose

html页面时间实例_html/css_WEB-ITnose

来源:舟格财经


html页面时间实例:



时间

//日期类型:date

var date = new Date();

console.log("日期类型======"+typeof date);

var timerDom = document.getElementById("timer");

setInterval(function(){

var d = new Date();

timerDom.innerHTML = d.toLocaleString();

},10);

Copyright © 2019- zougedi.com 版权所有

违法及侵权请联系:TEL:199 18 7713 E-MAIL:2724546146@qq.com

本站由北京市万商天勤律师事务所王兴未律师提供法律服务