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 mozinew 阅读(127) 评论(0) 推荐(0)
浙公网安备 33010602011771号