html 5 离线存储
您好,我有一个关于 html5 离线存储的问题。当我有一个在 php 中动态生成的网站并且我想让它可以离线访问时...我有一个包含所有图像、js、css 等的清单文件,但应该我也包含了正确网站的 URL 吗?或者当我进入网站的特定部分时,它会自动保存 html 标记,并且在重新加载时会选择缓存的版本? 我有一个主模板,其中我将清单文件与所有缓存的内容(对于整个站点)链接起来,因此每个生成的 html 文档都链接了相同的清单文件。 效果如何?
Hi I have a question about html5 offline storage..When I have a site which is dynamicaly generated in php and I want make it accessible offline...I have a manifest file with all images, js, css and so on, but should I include too URLs of proper sites? Or when I go on particular part of my site, it will automatically save html markup and when reloading it will choose the cached version?
I have main template where I have linked the manifest file with all the cached stuff (for whole site), so every generated html document have the same manifest file linked in..
How is that working?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以采用两种不同的方法将文件包含在缓存清单中。
对于我们的网站,我们选择了选项 1,因为我们希望与当天内容相关的所有页面都立即可用。
There are two different approaches you can take with including files in your cache manifest.
For our site, we chose option 1, because we wanted all pages related to the current day's content to be available immediately.