1. 首页
  2. 编程语言
  3. 其他
  4. 高手window.event对象详解

高手window.event对象详解

上传者: 2018-12-26 06:20:35上传 TXT文件 29.23KB 热度 42次
window.event对象详解。event对象只在事件发生的过程中才有效;event的某些属性只对特定的事件有意义。比如,fromElement 和 toElement 属性只对 onmouseover 和 onmouseout 事件有意义。
用户评论
码姐姐匿名网友 2018-12-26 06:20:35

讲的蛮详细,但不是我要的