var message=confirm("你确定要重置所有设置么?");
if(message==true){
txt.removeAttribute('style');
}
如果文档指定了属性默认值,那么removeAttribute只是将其恢复默认值。