如何在 html 过期时加载另一个 html?
我试图制作一个示例 HTML 页面,并且我已设置“
<META HTTP-EQUIV="expires" CONTENT="Wed, 08 Aug 2011 11:00 PDT">
我想在 HTML 过期时加载更新的 HTML”。 注意:服务器位于电话本地。
I was trying to make a sample HTML page and I have set the
<META HTTP-EQUIV="expires" CONTENT="Wed, 08 Aug 2011 11:00 PDT">
I want to load updated HTML on expiry of the HTML.
Note : The server is local to the phone.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
听起来您希望用户的浏览器在一段时间后加载不同的页面。如果是这样,您不想使用“过期”,而是想使用“刷新”。 “Expires”用于向浏览器提示哪些内容可以安全缓存,与导致页面重新加载无关。
这将导致页面在 10 秒后加载 example.com:
It sounds like you want the user's browser to load a different page after a certain amount of time. If so, you don't want to use "expires", you want to use "refresh" instead. "Expires" is for giving hints to the browser about what is safe to cache, and has nothing to do with causing the page to reload.
This will cause the page to load example.com after 10 seconds: