添加类名可以用object.className = one;
那么取消一个类名了
obj.removeAttribute(“style”);
或者obj.style.cssText = "";
都可以让标签样式还原默认值。
obj.removeAttribute("style"); 取消所有样式