取消设置。。
var my=document.getElementById("txt"); function color(){ my.style.color="red"; } function re(){ var a=confirm("是否要取消设置?"); if(a==true){ my.removeAttribute('style'); } else{ alert("no") } }
var my=document.getElementById("txt"); function color(){ my.style.color="red"; } function re(){ var a=confirm("是否要取消设置?"); if(a==true){ my.removeAttribute('style'); } else{ alert("no") } }
2017-07-10
举报