<div id="taa"> aaa</div> <script language="javascript"> window.setInterval(tests,1000); function tests() { var LastModDate = new Date(document.lastModified); taa.innerHTML=LastModDate.getHours()+":"+LastModDate.getMinutes()+":" +LastModDate.getSeconds(); } </script>

评论