"name vs age"); in.close(); out.close(); } @Test public void method7() throws IOException { // myLoad模拟实现load方法 用字符流,显示不出Unicode字符 Properties pro=new Properties(); BufferedReader bufr=new BufferedReader(new FileReader("info.txt")); String line=null; while ((line=bufr...