移除当前节点的所有子节点可以用 Node.prototype.removeChild();
移除当前节点可以用: Element.prototype.remove();
document.body.remove()