已采纳回答 / 慕慕1251584
//定义"取消设置"的函数function cancell(){ var temp; temp=confirm("是否要取消设置"); if(temp==true){ txt.removeAttribute('style'); }这样应该就行了 removeAttribute('style');上述语句应该是将所有设置初始化的意思
2016-08-11