Copied! const box = document.getElementById('box'); // ✓ Set width to 100px box.style.width = '100px'; // ✓ Set height to 100px box.style.height = '100px';.
確定! 回上一頁