Force browser to reload index.htm

前端 未结 3 1352
面向向阳花
面向向阳花 2021-01-30 08:55

how can I force a browser to always load the newest version of index.htm when the page is loaded by entering the URL www.mydomain.com/index.htm or just www.mydomain.com in the b

3条回答
  •  Happy的楠姐
    2021-01-30 09:24

    You can use the code below to refresh or reload the currently loaded index page from a URL address entered directly into the browser's address bar, after a specific number of seconds, thereby forcing the browser to always reload the current document. In this case, the number of seconds has been set to 5:

    
    

    Please note that setting the number of seconds to 0 will cause the page to be automatically reloaded instantly, every time it is successfully downloaded.

提交回复
热议问题