.removeAttribute("style")

来源:4-1 编程挑战

慕婉清7446575

2017-05-27 21:13


想了半天也没想出来怎么定义取消设置的函数,有了各位大佬的启发终于知道可以用

.removeAttribute("style");但是,这个关键字在哪学过?? 想用className形式来着,后来不行,而且.className忘记删了导致.removeAttribute("style");也没成功,幸好发现了,不然又得纠结半天

写回答 关注

1回答

  • 别秋景
    2017-05-28 10:58:29

    XML DOM removeAttribute() 方法Element 对象参考手册

    学dom时会涉及http://www.w3school.com.cn/xmldom/met_element_removeattribute.asp

JavaScript入门篇

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

739818 学习 · 9566 问题

查看课程

相似问题