天天看點

記錄并顯示網頁的最後修改時間

<script language=JavaScript>

document.write("最後更新時間: " + document.lastModified + "")

</script>