当前位置:Gxlcms > html代码 > HTML5无刷新改变当前url

HTML5无刷新改变当前url

时间:2021-07-01 10:21:17 帮助过:19人阅读

本文主要给大家分享HTML5无刷新改变当前url的代码,需要的的朋友参考下

window.history.back();//后退
window.history.forward();//前进
window.history.go(-1);//移动到指定记录点,当前倒退1,相当于window.history.forward()
window.history.length//可以了解历史中有多少个记录点

以上只是查资料时候的附带

下面来说

history.pushState与history.replaceState

history.pushState会增加一条历史记录,

history.replaceState会替换而不会增加,所以会更舒适一点。

以上就是HTML5无刷新改变当前url的详细内容,更多请关注Gxl网其它相关文章!

人气教程排行