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.
我正在为 OS X Lion 编写一个浏览器插件,该插件需要能够在页面上调用 JavaScript 函数。我知道如何做到这一点的唯一方法是使用 WebKit/npruntime 函数,例如NPN_Invoke. 不幸的是,这些功能不适用于像 Lion 这样的 64 位环境。有没有从插件调用 JavaScript 的替代方法?谢谢。
NPN_Invoke