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

取消设置问题

http://img.mukewang.com/5ec0a9040001224804270210.jpg

为什么这样写不行?为什么非得用  removeattribute("style")?

提问者:椎间盘 2020-05-17 11:04

个回答

  • 慕田峪146999
    2020-05-24 10:50:58

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

            txt.removeAttribute("style");    //取消设置的代码


  • 慕用5423879
    2020-05-18 21:15:07

    样式不全是在txt里的,还有一部分是直接用body和p标签设置的