From 43a2fc260b557fa0f6f2a3c1d9da94d61fa9b732 Mon Sep 17 00:00:00 2001 From: Benno-Wu <55138460+Benno-Wu@users.noreply.github.com> Date: Thu, 29 Jul 2021 00:20:50 +0800 Subject: fix error Web/API/History/replaceState, zh-CN (#1759) --- files/zh-cn/web/api/history/replacestate/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/zh-cn/web') diff --git a/files/zh-cn/web/api/history/replacestate/index.html b/files/zh-cn/web/api/history/replacestate/index.html index e2ff2e1311..65e7697124 100644 --- a/files/zh-cn/web/api/history/replacestate/index.html +++ b/files/zh-cn/web/api/history/replacestate/index.html @@ -33,7 +33,7 @@ history.push
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