PrintStream ps;
try {
ps = new PrintStream("D:\\role.txt");
System.setOut(ps);
} catch (FileNotFoundException e) {
e.printStackTrace();
}
时间: 2024-12-17 15:37:39
PrintStream ps;
try {
ps = new PrintStream("D:\\role.txt");
System.setOut(ps);
} catch (FileNotFoundException e) {
e.printStackTrace();
}