all
2023年06月08日
afterscriptexecute
animationcancel
animationend
animationiteration
animationstart
auxclick
beforematch
beforescriptexecute
beforexrselect
blur
click
compositionend
compositionstart
compositionupdate
contentvisibilityautostatechange
contextmenu
copy
cut
dblclick
error
focus
focus 事件在元素获取焦点时触发。这个事件和 focusin (en-US)
最大的区别仅仅在于后者会事件冒泡。该事件不可取消,也不会冒泡。
语法
addEventListener('focus', (event) => { });
onfocus = (event) => { };