美文网首页
2019-05-30 关于事件对象

2019-05-30 关于事件对象

作者: qiaoguoxing | 来源:发表于2019-05-30 16:13 被阅读0次

    <input style="width:80px;height:20px" id="aaa" age="21" type="button" class="fff" value="qs" onclick="handeler(abc,event)">

    var abc="ooo"

    var handeler=  function(eve,ttt){

      console.log(ttt)

      console.log(eve)

        }

    事件对象中,实参必须是event,而接受的实参可以怎么样都可以,例如eve就没有问题。

    还有在ie8以上,就不需要再区分ie和谷歌了,都是event 而不是window.event

    相关文章

      网友评论

          本文标题:2019-05-30 关于事件对象

          本文链接:https://www.haomeiwen.com/subject/fiyvtctx.html