getStdout

abstract fun getStdout(): String

获取从标准输入流读取的所有内容。 该字符串包含了命令执行过程中从标准输入流读取的所有数据。

Return

从标准输入流读取的所有内容。