qq_无言_24
2016-03-11 16:51
添加类名可以用object.className = one;
那么取消一个类名了
obj.removeAttribute(“style”);
或者obj.style.cssText = "";
都可以让标签样式还原默认值。
obj.removeAttribute("style"); 取消所有样式
JavaScript入门篇
739817 学习 · 9566 问题
相似问题
回答 2
回答 1
回答 4