`
ag4444
  • 浏览: 34747 次
  • 性别: Icon_minigender_1
  • 来自: taiyuan
社区版块
存档分类
最新评论

显示为汉字

    博客分类:
  • java
阅读更多

\u60a8\u6240\u8f93\u5165\u7684\u300c\u5458\

 

 

显示为汉字

 


import java.io.*;
import java.util.*;

 

/**
*读取properties文件并在命令行下显示的示例程序
*@author: [url=http://eastsun.iteye.com]Eastsun[/url]
*/
public class ReadProperty{
public static void main(String[] args)throws Throwable{
FileInputStream is =new FileInputStream(\"Resources.properties\");
Properties pp =new Properties();
pp.load(is);
pp.list(System.out);
}
}

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics