使用confirm()确定框,来确认是否取消设置。 如是将以上所有的设置恢复原始值,否则不做操作。
var msg = confirm('确认将以上所有的设置恢复原始值吗?')
if(msg){
document.getElementById('txt').removeAttribute('style')
}