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.
我们公司有一个图形可视化解决方案,由 Flash 制成。
我们将一个事件绑定到 Flash 上的鼠标滚轮移动事件。
它适用于 Chrome 和 IE9 兼容模式,但不适用于 IE9。
也许我可以使用 jquery 做同样的事情,但我不想要任何绕行。
有人有同样的症状吗?
它适用于我的项目。
也许你可以试试这样的技巧:https ://stackoverflow.com/a/5489123/1517816
嗨,M。