问答详情
源自:4-1 编程挑战

txt.removeAttribute("style"); 这个是?

/定义"取消设置"的函数 function cancle() {    var chose=confirm("是取消设置?");    if(chose=true)    {        var txt=document.getElementById("txt");        txt.removeAttribute("style");    } }

提问者:chy_ 2016-04-13 23:28

个回答

  • chy_
    2016-04-13 23:28:34

    新内容