摘要: public class ConfigManager { private static ConfigManager config = null; //创建Properties文件 读取配置文件中的内容 Properties p = null; //1,私有化构造方法 private ConfigMa 阅读全文