function qx(){ var mychar=confirm("是否取消所有设置?"); if(mychar){ txt.style.color=""; txt.style.backgroundColor=""; txt.style.width=""; txt.style.height=""; txt.style.display=""; } }
2 回答
举报
0/150
提交
取消
function qx(){ var mychar=confirm("是否取消所有设置?"); if(mychar){ txt.style.color=""; txt.style.backgroundColor=""; txt.style.width=""; txt.style.height=""; txt.style.display=""; } }
2014-07-17
举报