为了账号安全,请及时绑定邮箱和手机立即绑定

​node.setAttribute("color","red");为什么不可以??????

node.setAttribute("color","red");为什么不可以??????

node.style.color="red"才行

正在回答

1 回答

node.setAttribute("color","red");  相当于 color=red. 除非这样写 node.setAttribute("style","color: red;")

node.style.color="red" 相当于 style="color: red;"

0 回复 有任何疑惑可以回复我~
#1

weibo_幸福长大了_0 提问者

非常感谢!
2016-05-19 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

​node.setAttribute("color","red");为什么不可以??????

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信