try { // create a writer BufferedWriter bw = Files.newBufferedWriter(Paths.get("output.txt")); // write text to file bw.write("Hey, there!
確定! 回上一頁