To remove the visible class from the div element, you use the following code: const div = document.querySelector('div'); div.classList.remove('info');.
確定! 回上一頁