aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/element/append/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/api/element/append/index.html')
-rw-r--r--files/zh-cn/web/api/element/append/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/web/api/element/append/index.html b/files/zh-cn/web/api/element/append/index.html
index 00d22e2232..cf074d4b52 100644
--- a/files/zh-cn/web/api/element/append/index.html
+++ b/files/zh-cn/web/api/element/append/index.html
@@ -17,11 +17,11 @@ browser-compat: api.Element.append
<div>被插入的 {{domxref("DOMString")}} 对象等价为 {{domxref("Text")}} 节点。</div>
-<div></div>
+
<div>与 {{domxref("Node.appendChild()")}} 的差异:</div>
-<div></div>
+
<ul>
<li><code>Element.append()</code>允许追加  {{domxref("DOMString")}} 对象,而<code><font face="Open Sans, Arial, sans-serif"> </font>Node.appendChild()</code> 只接受 {{domxref("Node")}} 对象。</li>