更改 URL 并且不重新加载页面(这次没有 url 片段)
只是想知道 Google 如何对这个网站进行编码,而不会在页面和网址更改时重新加载网站。
看看并一页一页地浏览。 http://www.20thingsilearned.com/
我已经使用 # 哈希更改操作完成了类似的技术(通过 onhashchange 事件使用)可以达到相同的结果,但是,这种技术更加干净。
这是 chrome 特有的功能吗?或者所有支持 HTML5 的浏览器都支持它吗?或者是否有一些复杂的框架组合在一起使用?
Just wondering as to how did Google code this website without it reloading the website when the page AND url are changed.
Take a look and go from page to page.
http://www.20thingsilearned.com/
I've done a similar technique using a # hash change operation (with use of by the onhashchange event) to achieve the same result, however, this technique is far more cleaner.
Is this a chrome-specific feature? Or do all HTML5-enabled browsers support it? Or is there some complex combination of frames that are used together?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看@这个问题
这个网站如何在不改变页面的情况下改变浏览器的URL?
Take a look @ this question
How does this site change the URL of the browser without changing pages?