重定向syste.out.print

PrintStream ps;
          try {
               ps = new PrintStream("D:\\role.txt");
               System.setOut(ps);
          } catch (FileNotFoundException e) {
               e.printStackTrace();
          }
posted @ 2015-04-03 12:20  王八一瓶子  阅读(112)  评论(0编辑  收藏  举报