Copied! const boxes = Array.from(document.getElementsByClassName('box')); boxes.forEach(box => { // ✓ Remove class from each element box.
確定! 回上一頁