从网页获取时间戳?
有没有办法从网页获取时间戳?在本例中,新闻故事网页。我尝试过将它们隔离在 XHTML 的字符串内容中,但变化太多。我已经搜索遍了,但任何人都能做的就是获取当前日期
Is there a way to get the timestamp from a webpage? In this case, news stories webpage. I have tried isolating them in the string contents of the XHTML, but there is too much variation. i have searched all over, but all anyone is able to do is get the current date
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以检查 Last-Modified 响应标头吗?请参阅了解完整标头列表的详细信息。
Can you check the Last-Modified response header. See for details of the full list of headers.
您可以使用下面的代码获取标题。不过,没有多少网站实现最后修改日期。
You can get the header with the code below. Not many websites implement the last-modified date though.