怎么取消所有设置
这个哪里有学过啊?
var _txt= document.getElementById("txt"); _txt.removeAttribute("style"); //或者 _txt.style.cssText="null";
div=document.getElementById("div1");
div.removeAttribute("style");