package com.config.util; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.IOException; import java.io.InputStreamReader; import java.util.Properties; public class PropertiesUtil { /** * @param args */ public static void main(String[] args) { Properties config = new Properties(); try { config.load(new InputStreamReader(new FileInputStream("app"))); String str=config.getProperty("中文"); System.out.println(str); } catch (FileNotFoundException e) { e.printStackTrace(); } catch (IOException e) { e.printStackTrace(); } } }
最近浏览更多
heqian LV17
2023年1月10日
fengzhou888 LV5
2021年12月6日
hfk2020 LV2
2020年5月22日
hzhsh0223 LV18
2020年4月17日
安安an LV17
2018年11月28日
栈道小生 LV10
2018年10月17日
xp9522 LV9
2018年8月13日
liangzai123 LV18
2018年3月29日
1002323289 LV4
2018年3月11日
回音哥 LV13
2017年12月11日