Java_01_Java读取Properties
摘要:1、避免中文乱码Properties prop=new Properties(); prop.load(new InputStreamReader(Client.class.getClassLoader().getResourceAsStream("config.properties"), "UTF-8"));
阅读全文
posted @ 2013-08-05 15:37
posted @ 2013-08-05 15:37
posted @ 2013-03-22 13:13