querySelectorAll returns a NodeList element which is not a plain array, so you normally can't use the map function on it, and have to use it this way: ...
確定! 回上一頁