Configuration cf = System.Web.Configuration.WebConfigurationManager.OpenWebConfiguration(Request.ApplicationPath);
AppSettingsSection app = cf.AppSettings;
app.Settings["a"].Value = "CQHG";
cf.Save();
更改Appsettings
最新推荐文章于 2024-05-16 08:52:26 发布