摘要:
在做项目过程中,有时需要保存一些简单的配置信息,可以使用xml,也可以使用INI文件。下面是C#中读取INI的方法,相信大部分朋友都使用过这种方式。 INI文件的存储方式如下,[csharp] view plaincopyprint?[section] key=value key=value [section]key=valuekey=value读取写入方法,[csharp] view plaincopyprint?[DllImport("kernel32")] privatestaticexternlong WritePrivateProfileString(string 阅读全文