diff options
author | Yvan Zhu <i@zhuyunfeng.com> | 2021-06-28 14:48:35 +0800 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2021-06-28 16:54:01 +0800 |
commit | b2482232490a4da1a8c04f7d1d34d34eea8b1519 (patch) | |
tree | 8a224ad4085a70a1a8911bcdfd5397fe6c5d9bc4 | |
parent | 813516306651b14f4eff093d961765c6b13135b1 (diff) | |
download | translated-content-b2482232490a4da1a8c04f7d1d34d34eea8b1519.tar.gz translated-content-b2482232490a4da1a8c04f7d1d34d34eea8b1519.tar.bz2 translated-content-b2482232490a4da1a8c04f7d1d34d34eea8b1519.zip |
Update index.html
english:
// parg is an object reference to a <p> element
chinese:
// parg 是一个对 <p> 元素的引用
-rw-r--r-- | files/zh-cn/web/api/node/childnodes/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 </pre> <p>ndList变量为 {{domxref("NodeList")}} 类型,且为只读。</p> <h2 id=".E8.8C.83.E4.BE.8B" name=".E8.8C.83.E4.BE.8B">例子</h2> -<pre>// parg 是一个到 <p> 元素的引用 +<pre>// parg 是一个对 <p> 元素的引用 if (parg.hasChildNodes()) // 首先我们检查它是否包含子节点 { |