标签:不能 ace title url 改变 记录 历史 stat 页面
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
标签:不能 ace title url 改变 记录 历史 stat 页面
原文地址:http://www.cnblogs.com/fenghen/p/7648541.html