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 中发送鼠标事件和键盘事件?所有浏览器都支持这个需求吗?
-达特
是的,浏览器支持这一点。不过,它不一定是一件容易的事情。
通读:
http://www.w3schools.com/js/js_events.asp
并在谷歌中查找一些教程。周围有很多!
所有浏览器都支持事件模型,但 Internet Explorer 的事件工作方式与 Firefox、Chrome、Safari 等实现的标准完全不同。
如果您要构建一个事件特别密集的应用程序,我建议您选择像 JQuery 这样的 Javascript 框架,它可以为您解决所有浏览器不兼容问题。
http://docs.jquery.com/Events