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.
我需要从 Java 类运行 PHP 脚本并获取脚本的输出,以便将结果通知最终用户。我将使用 Runtime.getRuntime.exec("php"); 为了执行 PHP 脚本,但是如何捕获控制台输出?
有什么建议么?
可以使用调用getInputStream返回Process的on 找到该过程的输出。exec
getInputStream
Process
exec