这儿你可以回复上面这条便签
$h=config_item("parser_fun") ;//从配置文件中获得相应的配置信息 function fun($data){ global $h; return $h(); }