input 事件 从 DOM 中移除已经聚焦到 input 不会触发 blur/focusout 等事件 检查 input 相关事件:https://d-toybox.com/studio/lib/input_event_viewer.html https://www.w3.org/TR/DOM-Level-3-Events/#event-type-beforeinput onbeforeinput // 可以禁止输入 https://w3c.github.io/input-events/#overview InputEvent.inputType // 标记输入类型 compositionstart/update/end