C# 读写ini配置文件的类
摘要:
写程序的时候经常会遇到读写配置文件的情况,使用这个类可以方便的读写ini文件.View Code 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.IO; 6 using System.Runtime.InteropServices; 7 8 namespace MyLibrary 9 { 10 /// <summary> 11 /// 用于读写ini配置文件, 12 /// 需建立... 阅读全文
posted @ 2011-10-12 16:27 xiaxia—博客园 阅读(213) 评论(0) 推荐(0)
浙公网安备 33010602011771号