getFormKey(), $as_array = true, $code); $str_next_user = ""; foreach ($records as $record) { $tmp_str = Employee::get_employee($record['assigner'], $format); $str_next_user .= $tmp_str . $delimiter; } return $str_next_user; } /** * 处理未定义的情况 * @return string */ public static function processUndefined($function) { return "调用了不存在的处理函数:" . $function; } }