标签:webconfig .config sharp app nbsp .com log c# manager
获取百度URL
var url = System.Configuration.ConfigurationManager.AppSettings["BaiduUrl"];
<configuration> <appSettings> <add key="BaiDuUrl" value="http://baidu.com" /> </appSettings> </configuration>
标签:webconfig .config sharp app nbsp .com log c# manager
原文地址:http://www.cnblogs.com/wky-z/p/6714766.html