最笨的方法,挨个儿把原来的属性抄一遍;
取巧的做法,点击按钮刷新页面
function axa() {
var txt = document.getElementById("txt");
var txt = confirm("是否取消设置?");
if(txt==true){
var txt = document.getElementById("txt");
txt.removeAttribute("style");
}
}
//调用 方法axa();
//函数txt换成你要用的函数
//移除属性 removeAttribute("style");