querySelectorAll returns all matched elements as NodeList. It can be converted to Array using Array.prototype.slice.call(document.
確定! 回上一頁