取消设置怎么办?
function changeRemove(){
var changeRemove=confirm("确认要恢复初始样式吗?");
if (changeRemove==true){
txt.removeAttribute("style");
}
function cancel(){
var message=confirm("你确定要重置所有设置么?");
if(message){
txt.removeAttribute('style');
}
}
把样式回复到原来的样子喽