我正在使用kango framework - http://kangoextensions.com/docs/index.html,并且想要执行位于我的addon文件夹中的二进制文件(带有命令行界面参数)。这里分享的例子:http://forums.mozillazine.org/viewtopic.php?t=446245不能工作,可能是因为我没有使用Firefox-Addon框架,
The Components object is deprecated. It will soon be removed.
接着是TypeError: Components.classes is undefined,我的问题是在这种情况下如何执行二进制文件?
谢谢
发布于 2015-01-21 10:50:05
使用require("chrome") click here for more information而不是Components
https://stackoverflow.com/questions/27980495
复制相似问题