querySelectorAll 与querySelector的区别是: querySelectorAll找出所有匹配的节点并返回数组; querySelector找到一个后就返回节点对象。 找出所有标签: document.
確定! 回上一頁