AppendChild

Node.AppendChild method

将节点 newChild 添加到此节点子节点列表的末尾。

public Node AppendChild(Node node)
参数类型描述
node节点

另请参阅