本文共 112 字,大约阅读时间需要 1 分钟。
有时候需要给元素添加类样式,但又要保留之前的类,可以使用element.classList.add("类名");
转载于:https://www.cnblogs.com/helloworldlx/p/8973399.html