diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/regexp/sticky/index.html')
-rw-r--r-- | files/zh-cn/web/javascript/reference/global_objects/regexp/sticky/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/regexp/sticky/index.html b/files/zh-cn/web/javascript/reference/global_objects/regexp/sticky/index.html index f74b96499b..6060a9edc0 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/regexp/sticky/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/regexp/sticky/index.html @@ -75,7 +75,7 @@ regex2.test(".\nfoo"); // true - 索引2是行的开始 <div></div> -<h2 id="相关链接"><span style="">相关链接</span></h2> +<h2 id="相关链接">相关链接</h2> <ul> <li>{{jsxref("RegExp.lastIndex")}}</li> |