From b2482232490a4da1a8c04f7d1d34d34eea8b1519 Mon Sep 17 00:00:00 2001 From: Yvan Zhu Date: Mon, 28 Jun 2021 14:48:35 +0800 Subject: Update index.html MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit english: // parg is an object reference to a

element chinese: // parg 是一个对

元素的引用 --- files/zh-cn/web/api/node/childnodes/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/zh-cn/web/api/node/childnodes/index.html b/files/zh-cn/web/api/node/childnodes/index.html index ff964996d3..973eaf597f 100644 --- a/files/zh-cn/web/api/node/childnodes/index.html +++ b/files/zh-cn/web/api/node/childnodes/index.html @@ -15,7 +15,7 @@ translation_of_original: childNodes

ndList变量为 {{domxref("NodeList")}} 类型,且为只读。

例子

-
// parg 是一个到 <p> 元素的引用
+
// parg 是一个对 <p> 元素的引用
 if (parg.hasChildNodes())
 // 首先我们检查它是否包含子节点
  {
-- 
cgit v1.2.3-54-g00ecf