var p1=document.getElementById("txt");
function cancel() {
var myans=confirm("是否确定取消操作?")
if (myans==true){
p1.removeAttribute=('style');
}
}
其他几个按钮都能按,只有这个一直没实现,想了很久也不明白是怎么回事,求大神解答
demo.removeAttribute('style');
.removeAttribute('style');
removeAttribute(指定的属性) 方法删除指定的属性。