C#學習筆記之INI文件處理

在使用C#時有些時候要存儲一些信息,會使用到INI配置文件。 using System.Runtime.InteropServices; 1. 源碼 namespace HCIUtilsLog { class ZGIniFile { private string iniPath; [DllImport("kernel32")] pr
相關文章
相關標籤/搜索