重定向syste.out.print

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