问答详情
源自:9-16 创建元素节点createElement
怎么用setAttribute方法添加inerHTML和color属性呢?
如代码。。
提问者:Justicer_P
2015-01-29 15:16
个回答
康振宁
2015-01-29 18:07:29
已采纳
txt.setAttribute('style','color:blue');这个是设置颜色
innerHTML不是元素的属性,是DOM的操作,貌似不能用setAttribute
0