如何找出特殊网站URL的上传/发布时间?

发布于 2024-11-06 06:07:47 字数 120 浏览 1 评论 0原文

在搜索信息时,我经常遇到这样的问题:文章/网站/博客文章的作者没有给出日期。

有没有什么办法(也许是特殊的元搜索引擎、网络档案、使用谷歌搜索运算符来找出至少在哪年哪月上传网站 URL?

thx

Often when searching for information i hit the problem, that the author of an article/website/blog post doesnt give out a date.

Is there any way (maybe special meta search engine, web-archives, use of google search operators to find out at least on which month & year a website URL was uploaded?

thx

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

寂寞陪衬 2024-11-13 06:07:47

输入

javascript:alert(document.lastModified)

在加载页面的浏览器地址栏中 会弹出日期和时间。我不知道这次数据来自哪里,可能是在服务器上创建 html 或 php 文件的时间。另一方面,我认为 javascript 无法访问文件系统,但我不是专家...

仍然好奇是否有人知道一种可靠的方法来查找特定 .html 站点何时创建,因为我发现它对于查询很有用。

puttin

javascript:alert(document.lastModified)

in the adress bar of a browser with loaded page pops up a date and time. Where this time data is coming from i have no idea, probably time html or php file was created on server. On the other way i thought javascript cannot access filesystem, but im no expert...

Still curious if someone knows a reliable method of finding out when a specific .html site was created as i find it useful for enquiry.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文