慕运维9164912
2018-07-15 19:28
var p1=document.getElementById("txt");
function cancel() {
var myans=confirm("是否确定取消操作?")
if (myans==true){
p1.removeAttribute=('style');
}
}
其他几个按钮都能按,只有这个一直没实现,想了很久也不明白是怎么回事,求大神解答
demo.removeAttribute('style');
.removeAttribute('style');
removeAttribute(指定的属性) 方法删除指定的属性。
JavaScript入门篇
740083 学习 · 9566 问题
相似问题