C#使用utf-8读取ini
摘要:
参考: c#使用指定编码格式读写ini IniFile.cs using System.Runtime.InteropServices;class IniFile { public IniFile(string filePath) { m_FilePath = filePath; } private 阅读全文
posted @ 2023-10-09 19:08 悉野 阅读(628) 评论(0) 推荐(0) 编辑