C#中如何读写INI文件
摘要:
在C#中读取和写入ini文件的一段代码,其实本文只是指出一个方向,希望大家能够触类旁通。 以下为代码全文: //写INI文件 [ DllImport ( "kernel32" ) ] private static extern bool WritePrivateProfileString ( string section ,string key , string v... 阅读全文
posted @ 2006-10-07 13:20 点点小铺 阅读(453) 评论(0) 推荐(0)
浙公网安备 33010602011771号