摘要: 受狂神的IO流讲解的启发,尝试了如下的代码,发现了很有意思的事情。 public static void main(String args[]) throws IOException { FileWriter fw = null; fw = new FileWriter("test.txt"); f 阅读全文
posted @ 2020-10-31 14:46 ttzzn 阅读(140) 评论(0) 推荐(0)