... fileWriter = new FileWriter("\\data.txt"); try { fileWriter.write("Information..."); } finally { fileWriter.close(); } } This block is optional and is only ...
確定! 回上一頁