replaceChild () 方法用其他节点替换某个子节点。 如成功,该方法返回被替换的节点,如失败,则返回null。 语法:. elementNode.replaceChild(new_node,old_node) ...
確定! 回上一頁