//定义"取消设置"的函数 function xq(){ var qx=confirm("确定取消所有设置吗?"); if(qx==true){ txt.removeAttribute('style');} }
老铁 没毛病,注意在按钮声明点击方法就行了