history
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了history相关的知识,希望对你有一定的参考价值。
state (状态对象):记录历史记录点的额外对象,可以为空
title (页面标题):目前所有浏览器都不支持
url (可选的url):浏览器不会检查url是否存在,只改变url,url必须同域,不能跨域
1、history.pushState
history.pushState( state , title , url)
将指定的 URL 添加到浏览器历史里
2、history.replaceState
history.replaceState( state , title , url)
用指定的 URL 替换当前页面的 URL
以上是关于history的主要内容,如果未能解决你的问题,请参考以下文章