“Html:Clock”的版本间的差异
来自小鱼君和他的朋友们
(创建页面,内容为“<html><span class="clock"></span><script> window.addEventListener('load',function(){ setInterval(function(){ var time = new Date(), timeString = time.t…”) |
([InPageEdit] 没有编辑摘要) |
||
第2行: | 第2行: | ||
window.addEventListener('load',function(){ | window.addEventListener('load',function(){ | ||
setInterval(function(){ | setInterval(function(){ | ||
− | + | if (typeof($) !== 'undefined' { | |
− | + | $('.clock').html(new Date().toLocaleString()); | |
− | + | } | |
},1000); | },1000); | ||
}); | }); | ||
</script></html> | </script></html> |
2019年11月20日 (三) 03:55的版本