获取$_REQUEST数据
null Core_HttpIO::REQUEST( [ string $key = null , string $type = null ] )
参数列表
参数 类型 描述 默认值 $keystring$key null $typestring返回类型,false或不传,则返回原始数据 例:HttpIO::PARAM_TYPE_URL null 
public static function REQUEST($key = null, $type = null)
{
    return HttpIO::_get_format_data('_REQUEST', $key, $type);
}