ShellUtils.CommandResult result = ShellUtils.execCommand("screencap", true,true); System.out.println(result.successMsg); System.out.println(result.errorMsg); System.out.println(result.result); 如果这样的话就永远挂起了,没有响应,我不希望截图保存到闪存,我想直接拿到输出,但是命令返回值只有string类型的