//定义"取消设置"的函数
function blackd(){
var isblack=confirm("是否取消设置"):
if(isblack==true){
txt.removeAttribute('style');
}
removeAttribute() 方法删除指定的属性。