-
三国纷争
System.Configuration.ConfigurationManager.AppSettings["DBConnectionString"]其中,AppSettings[] 里面填写你所要引用的 value 前的 key 那个值 就可以了。以上是 C#.NET 2.0 写法, 如果是 2.0以下版本就用:1.0时是:System.Configuration.ConfiguratonSetings.AppSetings2.0是System.Configuration.ConfigurationManager.AppSettings看清楚了吗?
-
阿晨1998
System.Configuration.ConfigurationSettings.AppSettings["DBConnectionString"];或System.Configuration.ConfigurationManager.AppSettings["DBConnectionString"];
-
UYOU
xPathExpression:"//add[2][@key]"或者"//add[@key='SQLOLEDB']"