Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

document.lastModified

概述

返回一个字符串,其中包含了当前文档的最后修改日期和时间.

语法

var string = document.lastModified; 

例子

dump(document.lastModified); 
// 返回: Tuesday, July 10, 2001 10:19:42

备注

需要注意的是,作为一个字符串,lastModified 不能很容易的被用于与该文档的修改日期做比较.

Webkit返回的时间为UTC时间;Gecko和IE返回的时间为本地时区时间.

规范

DOM Level 0 不属于任何标准.

相关链接

MSDN: lastModified Property

文档标签和贡献者

 此页面的贡献者: teoli, khalid32, ziyunfei
 最后编辑者: khalid32,