摘要:
在C#中如何读写INI文件 //写INI文件[ DllImport ( "kernel32" ) ]private static extern bool WritePrivateProfileString ( string section ,string key , string val , string filePath ) ; //读ini文件(字符[ DllImport ( "ker... 阅读全文
posted @ 2005-06-15 13:55 磊 阅读(607) 评论(0) 推荐(0)
浙公网安备 33010602011771号