如何在 Firefox-Addon 中运行外部程序并获取返回码
嘿, 我正在尝试从 mozilla firefox 插件启动外部进程(因此只允许使用 js 代码)。 使用 NSIProcess 可以轻松实现这一点,但我需要执行程序的返回码。 由于 NSIProcess 不提供获取返回代码的可能性,我正在寻找一个另一种可能性。
我试图避免用 C 语言编写自己的 XPCom 组件,因为这会使插件平台受到限制。
谢谢!
Hy,
I'm trying to launch a external process from a mozilla firefox addon (so only js-code allowed). This is easly possible using NSIProcess, but I need the return-code of the executed program. As the NSIProcess doesnt offer a possibility to get the return-code, I'm searching for a alternative possibility.
Im trying to avoid to write my own XPCom Compontent in C because this would make the plugin platform bound.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您提供的链接提到了属性 exitValue ——这不是您要找的吗?
The link you gave mentions the attribute exitValue -- is that not what you're looking for?