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