读写INI文件DEMO
C#实现对ini文件的读取和写入操作 public string inipath; [DllImport("kernel32")] private static extern long WritePrivateProfileString(string section, string key, string val, string filePath); [DllImport("kernel32")] private static extern int GetPrivateProfileString(string
下载地址
用户评论
中文注释Code写的。。。