摘要: package com.company; import java.io.*; import java.util.Properties; public class Main { public static void main(String[] args) throws IOException { my 阅读全文
posted @ 2021-01-24 15:00 FlowLiver 阅读(67) 评论(0) 推荐(0)
摘要: //JDK7的改进方案 private static void method3() { try(FileReader fr = new FileReader("fr.txt"); FileWriter fw = new FileWriter("fw.txt");){ char[] chs = new 阅读全文
posted @ 2021-01-24 13:12 FlowLiver 阅读(163) 评论(0) 推荐(0)