string ServerUrl= ConfigurationManager.AppSettings["ServerUrl"].ToString();
web.config中的配置为:
<configuration><appSettings> <add key="ServerUrl" value="http://192.168.?.?/?/?" /></appSettings></configuration>本文共 257 字,大约阅读时间需要 1 分钟。
string ServerUrl= ConfigurationManager.AppSettings["ServerUrl"].ToString();
web.config中的配置为:
<configuration><appSettings> <add key="ServerUrl" value="http://192.168.?.?/?/?" /></appSettings></configuration>转载于:https://www.cnblogs.com/wxxf/p/9184208.html