码迷,mamicode.com
首页 > 其他好文 > 详细

显示实时日期时间

时间:2016-10-28 20:40:39      阅读:281      评论:0      收藏:0      [点我收藏+]

标签:doctype   editplus   window   author   edit   generator   title   head   set   

显示实时日期时间

<!DOCTYPE>
<html>
<head>
<title> New Document </title>
<meta name="Generator" content="EditPlus">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
</head>

<body>
<span></span>
<script>
(function() {
var a = {
a : (function() {
document.getElementsByTagName("span")[0].innerHTML = new Date().toLocaleString();
setTimeout("_a.a()", 1000);
})
};
window._a = a;
})();
_a.a();
</script>
</body>
</html>

显示实时日期时间

标签:doctype   editplus   window   author   edit   generator   title   head   set   

原文地址:http://www.cnblogs.com/Tiramisu001/p/6009125.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!