为了账号安全,请及时绑定邮箱和手机立即绑定

为什么我的取消设置按钮点下去没有反应

var p1=document.getElementById("txt");

function cancel() {

        var myans=confirm("是否确定取消操作?")

        if (myans==true){

            p1.removeAttribute=('style');

        }

    }

其他几个按钮都能按,只有这个一直没实现,想了很久也不明白是怎么回事,求大神解答


正在回答

2 回答

demo.removeAttribute('style');

1 回复 有任何疑惑可以回复我~
#1

慕运维9164912 提问者

非常感谢!
2018-07-16 回复 有任何疑惑可以回复我~

.removeAttribute('style');

removeAttribute(指定的属性) 方法删除指定的属性。

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

为什么我的取消设置按钮点下去没有反应

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信