2019年6月5日

c# NPOI文件操作

摘要: 调用: 阅读全文

posted @ 2019-06-05 20:27 曾伟 阅读(2314) 评论(0) 推荐(0) 编辑

c# ini文件操作

摘要: public class INIConfigHelper { public string Path; //INI文件名 [DllImport("kernel32")] private static extern long WritePrivateProfileString(string section, string key, ... 阅读全文

posted @ 2019-06-05 20:20 曾伟 阅读(2193) 评论(0) 推荐(0) 编辑

导航