PrintWriter out = new PrintWriter(new BufferedWriter(new FileWriter("foo.out"))); 将缓冲PrintWriter 对文件的输出。如果没有缓冲,则每次调用print() 方法会导致将 ...
確定! 回上一頁