File file = new File("C:/example/hello.txt); PrintWriter printWriter = new PrintWriter(file); printWriter.write(str); printWriter.close(); }.
確定! 回上一頁