querySelectorAll is gonna return all the elements on the page that matches the selector as a NodeList Object. For example, you have a navigation. But in the ...
確定! 回上一頁