如: https://github.com/rails/rails/tree/master/activerecord
但是IE上没有这种效果,是整页刷新的。
回复内容:
通过调用 history.pushState 方法。
详见:
https://developer.mozilla.org/en/DOM/Manipulating_the_browser_history
IE 和 firefox4 以下是不支持history.pushState的, 应该有代码判断是否支持此funtion然后相应会整页刷新。你可以用history.js,兼容低版本浏览器 :
https://github.com/balupton/History.js/
Stellungnahme:Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn