xyzhuzhou
<SCRIPT>
function Refresh(){
 Time.innerHTML=new Date().toLocaleString()+\' 星期\'+\'日一二三四五六\'.charAt(new Date().getDay());
 setTimeout("Refresh()",1000);
}
var timer=setTimeout("Refresh()",1000);
</SCRIPT>
<DIV style="background-color:#eeeeee" id="Time"></DIV>

  

分类:

技术点:

相关文章: