说明: php解析ini class iniEdit{ var $inifile=false; var $filename=false; public function createfile($filepath){//打开ini文件 $type=explode('.',$filepath); if($type[count($type)-1]!="ini"){echo "文件格式不对!";} if(file_exists($filepath)){ $this->inifile=parse_ini_ <tomorrowfish> 上传 | 大小:1kb