From e5f70a041ddb81183945e73c841a6307cc17c8a8 Mon Sep 17 00:00:00 2001 From: Benno-Wu <55138460+Benno-Wu@users.noreply.github.com> Date: Wed, 5 May 2021 20:18:00 +0800 Subject: Fix: Translation Error on History.go() --- files/zh-cn/web/api/history/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/zh-cn/web/api') diff --git a/files/zh-cn/web/api/history/index.html b/files/zh-cn/web/api/history/index.html index 83b6c18d0e..d12cba08b4 100644 --- a/files/zh-cn/web/api/history/index.html +++ b/files/zh-cn/web/api/history/index.html @@ -34,7 +34,7 @@ translation_of: Web/API/History
integerDelta
is out of bounds ),例如: 如果当前页为第一页,前面已经没有页面了,我传参的值为-1,那么这个方法没有任何效果也不会报错。调用没有参数的 go()
方法或者不是整数的参数时也没有效果。( 这点与支持字符串作为url参数的IE有点不同)。integerDelta
is out of bounds ),例如: 如果当前页为第一页,前面已经没有页面了,我传参的值为-1,那么这个方法没有任何效果也不会报错。调用没有参数的 go()
方法或者参数值为0时,重新载入当前页面。( 这点与支持字符串作为url参数的IE有点不同)。