保存或讀取配置信息
摘要:class Config { public static string ReadParam(string key) { string result = string.Empty; try { var appSettings = ConfigurationManager.AppSettings; re
阅读全文
posted @ 2021-01-29 14:07
posted @ 2021-01-29 14:07