有没有将控制台输出的东西变成javafx中用文本框输出的,谢谢
控制台输出是一个进程的输出,可以通过process.getInputstream()和process.getErrorstream()查看输出,process.getOutputstream()向进程(控制台)提供输入。
截获控制台输出流,然后获取其内容就好了