function remov(){ var index = window.confirm("您确定要取消设置吗?"); if(index){ con.removeAttribute("style"); txt.removeAttribute("style"); three.removeAttribute("style"); } }
删除指定的属性,如果指定的属性存在默认值,那么调用 getAttribute() 方法返回默认值