log(element); }; // grab elements as array, rather than as NodeList const elements = document.querySelectorAll(`...`); // and then make each ...
確定! 回上一頁