history.replaceState(stateObj, "", "bar2.html");
-这会让URL栏显示 http://mozilla.org/bar2.html, 但是不会刷新 bar2.html
页面 甚至不会检查bar2.html 是否存在
这会让URL栏显示 http://mozilla.org/bar2.html, 但是不会加载 bar2.html
页面,甚至不会检查bar2.html 是否存在
假设用户跳转到 http://www.microsoft.com, 然后点击返回按钮.这时, URL 栏将会显示 http://mozilla.org/bar2.html 页面. 如果用户此时点击返回按钮, URL栏将会显示 http://mozilla.org/foo.html 页面, 最终绕过了 bar.html 页面.
-- cgit v1.2.3-54-g00ecf