aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/document/queryselectorall/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/api/document/queryselectorall/index.html')
-rw-r--r--files/zh-cn/web/api/document/queryselectorall/index.html6
1 files changed, 1 insertions, 5 deletions
diff --git a/files/zh-cn/web/api/document/queryselectorall/index.html b/files/zh-cn/web/api/document/queryselectorall/index.html
index 0e43d6020b..0f679ce98d 100644
--- a/files/zh-cn/web/api/document/queryselectorall/index.html
+++ b/files/zh-cn/web/api/document/queryselectorall/index.html
@@ -39,7 +39,7 @@ translation_of: Web/API/Document/querySelectorAll
</dl>
<div class="note">
-<p><strong>注意:</strong> 必须使用反斜杠字符转义不属于标准CSS语法的字符。 由于JavaScript也使用反斜杠转义,因此在使用这些字符编写字符串文字时必须特别小心。 有关详细信息,请参阅 {{anch("Escaping special characters")}}</p>
+<p><strong>注意:</strong> 必须使用反斜杠字符转义不属于标准CSS语法的字符。 由于JavaScript也使用反斜杠转义,因此在使用这些字符编写字符串文字时必须特别小心。有关详细信息,请参阅<a href="/zh-CN/docs/Web/API/Document/querySelector#转义特殊字符">转义特殊字符</a></p>
</div>
<h3 id="返回值">返回值</h3>
@@ -163,11 +163,7 @@ inner.length; // 0
<h2 id="浏览器兼容性">浏览器兼容性</h2>
-<div>
-
-
<p>{{Compat("api.Document.querySelectorAll")}}</p>
-</div>
<h2 id="相关连接">相关连接</h2>