C#写入xml信息后,软件要重启才能生效,如何不重启生效xml信息呢?
只需要在写入的代码中,加下面一句代码即可
ConfigurationManager.RefreshSection("appSettings");