try { FileWriter writer = new FileWriter("example.txt"); writer.write("Hello, world!"); writer.close(); } catch (IOException e) { e ...
確定! 回上一頁