Event对象+事件的冒泡和捕获
摘要:
Event对象 Event种类 mouseEvent keyboardEvent focusEvent //这里的参数必须写event(也就是window.event),如果不写则console的结果就是undefined。 function doFocus(ev){ console.log(ev) 阅读全文
posted @ 2017-12-25 20:41 溢流谦 阅读(194) 评论(0) 推荐(0)
posted @ 2017-12-25 20:41 溢流谦 阅读(194) 评论(0) 推荐(0)
posted @ 2017-12-25 19:07 溢流谦 阅读(275) 评论(0) 推荐(0)