lastm.htm

来自「JAVA游戏大综合及各种特效,初学者比较有用。」· HTM 代码 · 共 28 行

HTM
28
字号
<html>

<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>最后更新时间</title>
</head>

<body>

<div align="center">
  <center>
  <table border="0" width="179" height="87" cellspacing="0" cellpadding="0" bgcolor="#336699">
    <tr>
      <td width="179" height="87" style="cursor:hand" onclick=alert("网页最后更新时间\n"+document.lastModified)>
        <p align="center"><font size="2" face="Tahoma" color="#FFFFFF"><script>document.write(document.lastModified)</script></font></p>
      </td>
    </tr>
  </table>
  </center>
</div>

</body>

</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?