Using JavaScript, you can make use of the element's classList property: e.classList.add("some-class");. You can also remove classes using the remove method ...
確定! 回上一頁