appendChild () returns the appended Node object. ParentNode.append() can append several nodes and strings, whereas Node.appendChild() can only append one node.
確定! 回上一頁