提示最新更新日期特效
<html>
<head>
<meta http-equiv="Content-Type" c />
<title>提示最新更新日期</title>
</head>
<body>
<script language="JavaScript">
<!--hide script from old browsers
document.write("本页最后更新日期: <br>" + document.lastModified + "")// end hiding -->
</script>
<p></p>
<p></p>
</body>
</html>