Java_01_Java读取Properties
生活随笔
收集整理的這篇文章主要介紹了
Java_01_Java读取Properties
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
1、避免中文亂碼
Properties prop=new Properties();
prop.load(new InputStreamReader(Client.class.getClassLoader().getResourceAsStream("config.properties"), "UTF-8"));
?
轉載于:https://www.cnblogs.com/joyodong/p/3238332.html
總結
以上是生活随笔為你收集整理的Java_01_Java读取Properties的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: POJ2084 Game of Conn
- 下一篇: 聚类算法之DBScan(Java实现)[