element IDs must be unique in HTML. If you need to select multiple elements, you should assign them a class instead, and use querySelectorAll. The thing with ...
確定! 回上一頁