摘要: 数据库配置文件(config.xml) View Code 引用命名空间(using System.Xml;)读取XML中的数据库连接字符串 /// /// 读取XML中的数据数据库连接字符串 /// /// /// /// private string ConfigGetValues(string key) { string strRes = string.Empty; Xml... 阅读全文
posted @ 2014-02-25 15:32 zxd543 阅读(2272) 评论(0) 推荐(0) 编辑