“Html:Clock”的版本间的差异
来自小鱼君和他的朋友们
([InPageEdit] 没有编辑摘要) |
([InPageEdit] 没有编辑摘要) |
||
第1行: | 第1行: | ||
<html><span class="clock"></span><script> | <html><span class="clock"></span><script> | ||
− | setInterval(function(){ | + | ;(function(){ |
+ | var clockFunction = setInterval(function(){ | ||
document.querySelectorAll('.clock').innerHTML = new Date().toLocaleString(); | document.querySelectorAll('.clock').innerHTML = new Date().toLocaleString(); | ||
},1000); | },1000); | ||
+ | }()); | ||
</script></html> | </script></html> |
2019年11月20日 (三) 04:07的版本