16.3.htm

来自「JS源码」· HTM 代码 · 共 14 行

HTM
14
字号
<html>
<head><title>lastModified</title></head>
<body>
<h1>lastModified的返回值</h1><p>
<script type="text/javascript">
<!--
document.writeln("文档最后修改于: "+document.lastModified);
var lastModObj = new Date(document.lastModified);
alert(lastModObj.getMinutes());
document.writeln("Last Modified Minute: "+document.lastModified.getMinutes());
//-->
</script>
</body>
</html>

⌨️ 快捷键说明

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