标签:setting val add str manage pass key config nbsp
app.config: <add key="Password" value="123456"/>
C#: string TQpwd = System.Configuration.ConfigurationManager.AppSettings["Password"].ToString();
需要引用 using System.Configuration;
标签:setting val add str manage pass key config nbsp
原文地址:http://www.cnblogs.com/dayang12525/p/6370021.html