确定设置的代码?
function rec(){ var message=confirm("你确定是否取消?"); if(message==true){ txt.removeAttribute('style'); } } // function rec(){ // var message=confirm("你确定要重置所有设置么?"); // if(message==true){ // txt.removeAttribute('style'); // } // } 为什么下面的代码才可以用
function rec(){ var message=confirm("你确定是否取消?"); if(message==true){ txt.removeAttribute('style'); } } // function rec(){ // var message=confirm("你确定要重置所有设置么?"); // if(message==true){ // txt.removeAttribute('style'); // } // } 为什么下面的代码才可以用
2017-03-08
举报