xgqfrms™, xgqfrms® : xgqfrms's offical website of cnblogs! xgqfrms™, xgqfrms® : xgqfrms's offical website of GitHub!

mdn & remove & removeChild

mdn & remove & removeChild

Element

https://developer.mozilla.org/en-US/docs/Web/API/Element



Node

https://developer.mozilla.org/en-US/docs/Web/API/Node

https://developer.mozilla.org/en-US/docs/Web/API/Node/removeChild


const oldChild = node.removeChild(child);
// OR
node.removeChild(child);

https://developer.mozilla.org/en-US/docs/Web/API/ChildNode/remove

node.remove();


posted @ 2020-03-02 19:13  xgqfrms  阅读(352)  评论(3编辑  收藏  举报