As you can see, querySelectorAll will return a list of matching elements. However, the list that it returns is a NodeList , one of those "array-like" objects ...
確定! 回上一頁