querySelector 返回的是单个DOM元素; querySelectorAll 返回的是 NodeList . 我们一般用的多的是 document.querySelectorAll , 实际上,也支持 dom.
確定! 回上一頁