type 事件属性
描述
type 事件属性返回触发事件的类型。
语法
event.type
技术细节
返回值 | 一个字符串,表示事件的类型 |
---|---|
DOM 版本 | DOM Level 2 Events |
浏览器支持
event.type
是 DOM Level 2 (2001) 的功能。
它在所有浏览器中得到完全支持
Chrome | Edge | Firefox | Safari | Opera | IE |
是 | 是 | 是 | 是 | 是 | 9-11 |
type 事件属性返回触发事件的类型。
event.type
返回值 | 一个字符串,表示事件的类型 |
---|---|
DOM 版本 | DOM Level 2 Events |
event.type
是 DOM Level 2 (2001) 的功能。
它在所有浏览器中得到完全支持
Chrome | Edge | Firefox | Safari | Opera | IE |
是 | 是 | 是 | 是 | 是 | 9-11 |
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]