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

js中为什么有的事件得不到处理?

 function changecolor()

   {

       var swipe=document.getElementById("txt");

       swipe.style.color="red";

       swipe.style.backgroundColor="gray";

   }

 function hidden()

   {

       var swipe=document.getElementById("txt");

       swipe.style.display="none";

   }


为什么下面隐藏函数得不到事件的响应呢?


正在回答

2 回答

换了,依然没用...

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

Perona

因为还有其他问题,看到你又重新提了,代码也全贴出来,去看看吧。大爷~~~
2015-07-23 回复 有任何疑惑可以回复我~

hidden是js的关键字,取函数名不要用js的关键字。大爷,换个函数名呗。

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

举报

0/150
提交
取消

js中为什么有的事件得不到处理?

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