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.
我意识到这是大多数操作系统中的程序切换键组合。是否有可能通过 JavaScript 在网页中捕获此类事件?
当然你不能捕获这个事件,当然你也不能禁用它。浏览器不拥有计算机,您也不拥有浏览器!
你为什么要这样做?这是供任何人使用的内部应用程序还是 Internet 上的应用程序?
不,但你为什么要这样做?
你想做一些 onfocus 或 onblur 吗?也许这些事件对你有用。