使网站可以离线使用

发布于 2024-12-02 19:04:05 字数 130 浏览 4 评论 0原文

我正在使用 HTML5 离线存储。目标是使整个网站可以离线使用。直观上来说,没有服务器请求意味着所有页面都需要在客户端上。我所知道的完成此类任务的唯一方法是将站点变成一个页面,然后在用户“导航”时使用 jquery 显示隐藏部分。有更好的办法吗?

I am using HTML5 offline storage. The goal is to make the whole site available offline. So intuitively, no server requests means all the pages need to be on the client. The only way I know of to accomplish such a task is to make the site into one page then show hide portions with jquery when the user "navigates". Is there a better way?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

岁月如刀 2024-12-09 19:04:05

html 5 离线规范允许离线保存多个页面,因此您无需将所有内容放在一页上。

编辑:链接到规范 http://www.whatwg。 org/specs/web-apps/current-work/multipage/offline.html

The html 5 offline spec allows multiple pages to be saved offline so you don't need to put all your content onto one page.

EDIT: link to spec http://www.whatwg.org/specs/web-apps/current-work/multipage/offline.html

七七 2024-12-09 19:04:05

请注意,您的 jquery 不再指向云。您需要在本地保存相关的 .js 文件。

注意:如果您的整个网站可以生成并保存为单独的 .html 文件,那么您所需要做的就是将这些文件保存在正确的(相对)目录结构中。

Be careful that your jquery does not still point to the cloud. You'll need to save the relevant .js files locally.

N.B. If your whole site can be generated and saved as individual .html files then all you need to do is to save these files in the correct (relative) directory structure.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文