Linux/Java:使用Java调用Linux指令时,如何获取多个值呢?
使用Runtime.exec如果指令返回一个值,直接当字符串接收就好了,但是如果需要接收不止一个值呢?求解...
使用Runtime.exec如果指令返回一个值,直接当字符串接收就好了,但是如果需要接收不止一个值呢?求解
展开
1个回答
2014-04-07
展开全部
java.lang.Runtime
Process
exec(String command)
Executes the specified string command in a separate process.
java.lang.Process
InputStream
getInputStream()
Gets the input stream of the subprocess.
想接收多少都可以的了。
Process
exec(String command)
Executes the specified string command in a separate process.
java.lang.Process
InputStream
getInputStream()
Gets the input stream of the subprocess.
想接收多少都可以的了。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询