DOM 中 Element 与 Node 有何区别 Element 是 DOM 元素,Node 是节点,包含 Element,还有其他节点 Element 继承于 Node,具有 Node 的方法,同时又拓展了很多自己的特有方法 详细内容可以查看浅析 Node 与 Element 的区别