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

宽高和取消设置怎么没反应呢?

宽高和取消设置怎么没反应呢? var txt = document.getElementById("txt"); function s(){        txt.style.width="20px";        txt.style.height="200px";    } function r(){   var r = confirm("是否取消所有设置?");   if(r==true){     txt.removeAttribute('style');   }else{null}

提问者:clara89 2015-05-28 22:44

个回答

  • BeierYao
    2015-05-28 23:52:43
    已采纳

    上面已经回答你了。太不仔细了。代码里要全部是英文状态下的输入,代码不能有不规范的地方。最好是放在浏览器中检查一遍,按一下f12就可以看到报错了。