NodeList和HTMLCollection,Node和Element 榕树下的蜗牛 2023-07-18 61 阅读1分钟 NodeList和HTMLCollection HTMLCollection是Element的集合 NodeList是Node的集合 Node和Element DOM是一棵树,所有节点都是Node Node是Element的基类 Element是其他HTML元素的基类,如HTMLDivElement