33

有人可以指出支持/不支持 HTML5 History API 的浏览器的兼容性图表吗?

规格:http
://www.w3.org/TR/html5/history.html 教程:https ://developer.mozilla.org/en/DOM/Manipulating_the_browser_history

4

2 回答 2

43

这可能会有所帮助:http ://caniuse.com/#search=history

于 2011-01-06T07:28:20.573 回答
7

现在所有的现代浏览器都这样做了,除了 IE(甚至 IE10 还没有消息)——尽管它们都以不同的方式实现它。您可以在此处阅读有关其实现的差异https://github.com/browserstate/history.js/wiki/The-State-of-the-HTML5-History-API

于 2011-08-15T05:56:44.987 回答