classList has a couple of methods that we can leverage: add(class_name) - adds a new class class_name to the list. remove(class_name) - removes ...
確定! 回上一頁