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

我这样写怎么不行呢??

//定义"改变颜色"的函数

function changecolor(ID,COLOR1,COLOR2)

  {document.getElementById("ID").style.color="COLOR1";

   document.getElementById("ID").style.backgroundColor="COLOR2";

  }

 <input type="button" value="改变颜色"  onclick="changecolor(txt,blue,red)"> 


正在回答

1 回答

好多错啊

document.getElementById("ID").style.color="COLOR1";

document.getElementById("ID").style.backgroundColor="COLOR2";

双引号都去掉


onclick="changecolor(txt,blue,red)"这个函数执行没有传ID,而且你的button上也没有id,blue和red要加引号



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

ZhouWei 提问者

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

举报

0/150
提交
取消

我这样写怎么不行呢??

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