//获取config.properties配置文件参数值
public static ResourceBundle resource = ResourceBundle.getBundle("config");
String system_Name = new String(resource.getString("Client_Name").getBytes("ISO-8859-1"),"UTF-8");

public static ResourceBundle resource = ResourceBundle.getBundle("config");
public static String system_Type_Config = resource.getString("System_Type");

 

相关文章:

  • 2022-12-23
  • 2021-11-19
  • 2022-12-23
  • 2021-10-13
  • 2022-02-09
  • 2022-03-02
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-05-18
  • 2022-02-24
  • 2021-08-03
  • 2022-12-23
  • 2021-08-13
相关资源
相似解决方案