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.
可能重复: 使用 jQuery 模拟按键 为什么触发 F11 按下事件不起作用?
如何使用 jQuery 以编程方式点击功能键?有没有办法用 jQuery 模拟功能键?
谢谢,纳文。
jQuery.trigger({ type: 'keypress', which: character });
这是您可以通过的关键代码列表