资 源 简 介
/*
* 读取INI文件的函数(C语言)
* File: readinifile.h
* Read INI File
* char* GetInitKey(FileName, Section, Key)
* Return Key=>Value
* + [config]
* + dbhost=localhost
*
* strcpy(dbhost,GetInitKey("config.ini", "config", "dbhost"))
*/-/* read INI file functions (C)* File : readinifile.h* Read INI File* char* GetInitKe y ("">, Section, Key)* Return Key =