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

取消设置???

function five () {            var mychar3=confirm("确定要取消设置吗?");            if (true) {                 var mychar=document.getElementById('txt')                 mychar.removeAttribute('style')            };

正在回答

2 回答

用emoveAttribute就可以了,

function  cancle()

{

    var str=confirm("你确定要取消修改设置吗");

    if(str)

       document.getElementById("txt").removeAttribute("style")


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

quxiao:function()

{

var message=confirm("确认取消设置?");

if(message==true)

{

txt.removeAttribute('style');

}

}

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

举报

0/150
提交
取消
JavaScript入门篇
  • 参与学习       739723    人
  • 解答问题       9566    个

JavaScript做为一名Web工程师的必备技术,本教程让您快速入门

进入课程

取消设置???

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