appendchild meaning in English
添加一个子结点到指定的元素
Examples
- The appendchild ( ) method is used to add a node after the last child of a specific node
方法的作用:在指定节点的子节点列表末尾添加一个新节点。 - The appendchild ( ) method adds a node after the last child node of the specified element node
方法的作用是:在指定元素节点的最后一个子节点之后添加一个节点。 - The appendchild ( ) method appends a new child node to the end of the list of children of a node
方法的作用是:在指定节点的最后一个子节点列表之后添加一个新的子节点。