Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用一个 textarea 并对其执行一些操作。但是当我打开一个新选项卡/更改选项卡时,会触发模糊事件。如何避免它,如何区分事件模糊和选项卡更改?谢谢你。
为什么不使用change处理程序?这只会在您的内容以某种方式发生变化时触发。
change