throws IOException {
BufferedWriter writer = new BufferedWriter (new OutputStreamWriter (new FileOutputStream ("src/dictionary.txt",true),"UTF-8"));
writer.write(word);
writer.close();
JAVA UTF-8格式向txt文件中追加内容
最新推荐文章于 2024-10-07 20:07:49 发布