How to find when a web page was last updated

后端 未结 6 1337
你的背包
你的背包 2020-12-22 18:55

Is there a way to find out how much time has passed since a web page was changed?

For example, I have a page hosted at: www.mywebsitenotupdated.com

6条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-22 19:45

    Open your browsers console(?) and enter the following:

    javascript:alert(document.lastModified)
    

提交回复
热议问题