ReplaceChild

Node.ReplaceChild method

将子节点列表中的子节点 oldChild 替换为 newChild,并返回 oldChild 节点。 如果 newChild 是 DocumentFragment 对象,则 oldChild 将替换为所有 DocumentFragment 子项,它们以相同的顺序插入。如果 newChild 已经在树中,则首先将其移除。

public Node ReplaceChild(Node node, Node child)
范围类型描述
nodeNode新节点。
childNode老孩子。

返回值

返回节点

也可以看看