1. 首页
  2. 编程语言
  3. C#
  4. 读写INI文件DEMO

读写INI文件DEMO

上传者: 2020-08-19 19:02:47上传 RAR文件 59KB 热度 17次
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
下载地址
用户评论
码姐姐匿名网友 2020-08-19 19:02:48

中文注释Code写的。。。