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.
我需要在 Ubuntu 中使用 PHP 调用已安装的工具 - Import.io。每当我单击 PHP 按钮时,它应该导航到系统中安装的 import.io 工具并打开 import.io。我该怎么做?
以 Windows 二进制文件结尾的.exe文件,不会在 Ubuntu 上原生运行。你也许可以让它在 Wine 上运行,这是一个适用于 Linux 的 Windows 模拟器。
.exe
但是,由于这是 import.io,我怀疑调用他们的 API 会更容易,也更可靠。您可以使用任何 HTTP 库来执行此操作,例如 cURL、Guzzle、Pest 等。