event对象

event对象

用event获得激发事件的元素

代码如下








Click on this paragraph. An alert box will show which element triggered the event.

获取鼠标的坐标









    

Click in the document. An alert box will alert the x and y coordinates of the mouse pointer.

获取事件类型









    

Click in the document. An alert box will alert the x and y coordinates of the mouse pointer.

总结

  • 形参随便起变量名,实参只能是event(字不变)
    -很简单

参考

JavaScript 获取鼠标点击位置坐标 - 谦行 - 博客园
请问js如何获取鼠标点击坐标呢?_百度知道

你可能感兴趣的:(event对象)