System.setOut(ps)重定义了输出流后,如何重定向控制台输出
可以用
System.setOut(new PrintStream(new FileOutputStream(FileDescriptor.out)));
重新定位到标准输出流
posted on 2013-06-13 14:05 passer1991 阅读(475) 评论(0) 编辑 收藏 举报
可以用
System.setOut(new PrintStream(new FileOutputStream(FileDescriptor.out)));
重新定位到标准输出流
posted on 2013-06-13 14:05 passer1991 阅读(475) 评论(0) 编辑 收藏 举报