querySelectorAll () ,這個不但可以把同樣的元素選起來外,還會以陣列的方式被傳回如果以上面的 HTML 架構 document.querySelectorAll('.title');.
確定! 回上一頁