java 读取配置文件

 public static ResourceBundle bundle = PropertyResourceBundle.getBundle("domain");
	public static String URL=bundle.getString("url");
	public static String DOMAIN=bundle.getString("domain");
	
	
	public static String orderidflag4PFee=bundle.getString("orderidflag4PFee");

 

posted @ 2015-07-13 09:07  dowa235  阅读(158)  评论(0编辑  收藏  举报