//db 是文件名为db.propertiesprivate static final ResourceBundle bundle = ResourceBundle.getBundle("db"); public static String getProperties(String key){ return bundle.getString(key); }
本文共 223 字,大约阅读时间需要 1 分钟。
//db 是文件名为db.propertiesprivate static final ResourceBundle bundle = ResourceBundle.getBundle("db"); public static String getProperties(String key){ return bundle.getString(key); }
转载于:https://my.oschina.net/zvc/blog/423024