If the file exists, append to it try (FileWriter writer = new FileWriter("app.log", true); BufferedWriter bw = new BufferedWriter(writer)) ...
確定! 回上一頁