<html>
<head>
<title>dd</title>
</head>
<body>
<script> 
setInterval("DateTime.innerHTML=new Date().toLocaleString()+' 星期'+'日一二三四五六'.charAt(new Date().getDay());",1000);
</script>
</html>
为什么没有显示效果?