我正在使用以下网站的.timeago插件:http://timeago.yarp.com/
他们有一个示例,在该示例中显示了页面的上次修改时间:
此页面的最后修改时间为25天前。
有谁知道如何使这项工作?他们并没有在网站上说真的。
最佳答案
从页面源中可以看到,lastModified
属性以以下形式可用:
console.log( document.lastModified );
// prints "07/11/2013 18:32:11"
但是,我怀疑跨浏览器又名IE
如果需要,
lastModified
属性的文档为here。关于jquery - jQuery timeago插件和lastModified用法,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/17600719/