using Library; namespace AppConfig { public class Base { public static string OssHost = ConfigurationManager.AppSettings["OssHost"].ToString(); } }