因為 document.querySelectorAll() 返回的並不是我們想當然的陣列,而是 NodeList ,對 NodeList ,它裡面沒有 .forEach 方法,我們使用了這樣的方法進行 ...
確定! 回上一頁