IE8 支持 (html5) ajax 导航

发布于 2024-09-13 17:13:56 字数 237 浏览 2 评论 0原文

是不是可以享受Ajax导航 IE8仅支持window.location.hash机制,不支持window.history机制?

这 2 个 API 在此处进行了正式描述 但没有说IE8支持哪一个

Is it true that to enjoy Ajax navigation
IE8 support only window.location.hash mechanism but not window.history ??

Those 2 API are described officially here
but it isn't said which of them is supported in IE8

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

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

发布评论

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

评论(1

疑心病 2024-09-20 17:13:56

正如您在此表中看到的,IE不支持历史记录管理8,但是 hashchange 事件 是。

As you can see in this table, History Management is not supported by IE 8, but the hashchange event is.

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