如何在 Firefox-Addon 中运行外部程序并获取返回码

发布于 2024-07-23 06:25:37 字数 378 浏览 5 评论 0原文

嘿, 我正在尝试从 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

弥枳 2024-07-30 06:25:37

您提供的链接提到了属性 exitValue ——这不是您要找的吗?

The link you gave mentions the attribute exitValue -- is that not what you're looking for?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文