2018年7月27日
摘要: 一、NodeList vs HTMLCollection 1.NodeList NodeList是一个 节点 的集合, 是由 Node.childNodes 和 document.querySelectorAll 返回的。 特点 (1) 类数组 它是一种类数组对象,用于保存一组有序的节点,可以通过位 阅读全文
posted @ 2018-07-27 11:15 阿琛 阅读(345) 评论(0) 推荐(0)