注意添加引用:System.Configuration: using System; using System.Collections.Generic; using System.Text; using System.Configuration; namespace DotNet.Utilities.配置文件操作类 { public class ConfigHelper_sufei { /// <summary> /// 根据Key取Value值 /// </summary> //…
详情介绍:http://zh.wikipedia.org/wiki/INI%E6%96%87%E4%BB%B6 示例: 下面是一个虚拟的程序,其INI文件有两个小节,前面的小节是用来设置拥有者的信息,而后面的小节是用来设置数据库的位置.前面的注解记载谁最后编辑此文件,而后面的注解记录为何不使用域名而是使用IP地址. [owner] name=John Doe organization=Acme Products [database] server=192.0.2.42 ; use IP addr…