问答详情
源自:9-16 创建元素节点createElement

使用setAttribute不能实现是代码哪里出错了

教学中说可以用a.text=""的方式写,也可以用a.setAttribute的方式,前者可以实现为什么后者不能实现呢?

提问者:_Capricornna 2016-07-22 17:26

个回答

  • 刘一_53707959
    2016-08-10 19:16:17

    我想应该是因为text并不属于属性元素吧?setAttribute是设置属性用的

  • 慕粉3654500
    2016-07-22 22:30:58

    a.setAttribute("text","xxx");