Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
通常在搜索信息时我遇到了问题,文章/网站/博客文章的作者没有给出日期。
有什么办法(可能是特殊的元搜索引擎、网络档案、使用谷歌搜索运营商来找出至少在哪个月份和年份上传了网站 URL?
谢谢
普丁
javascript:alert(document.lastModified)
在加载页面的浏览器的地址栏中会弹出一个日期和时间。我不知道这个时间数据来自哪里,可能是在服务器上创建时间 html 或 php 文件。另一方面,我认为javascript无法访问文件系统,但我不是专家......
仍然很好奇是否有人知道找出特定 .html 站点何时创建的可靠方法,因为我发现它对查询很有用。