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.
我有处理 IExplorer 中的下载对话框的 COM DLL(ATL 项目)。我希望相同的 DLL 在 Mozilla 中工作。我该怎么做?可能吗?
每个浏览器(让我们不要忘记 Chrome、Safari、Opera 等)都有自己的插件/扩展机制。
您需要根据浏览器的 API 为每个浏览器创建不同的插件。
也许如果您在文件保存中解释您想要的“附加功能”,那么可能会采用不同的方法。
Mozilla 和 IE 使用的是完全不同的插件系统。基本上你不能简单地这样做。