C#操作INI文件
摘要:
public class Ini { // 声明INI文件的写操作函数 WritePrivateProfileString() [System.Runtime.InteropServices.DllImport("kernel32")] private static extern long WritePrivateProfileString(string section, string key, string val, string filePath); // 声明INI文件的读操作函数 GetPrivateProfileS... 阅读全文
posted @ 2012-01-13 16:56
千千阙歌
阅读(193)
评论(0)
推荐(0)