天软金融分析.NET函数大全
>
CGI控制台相关函数
>
CGI变量以及环境相关函数
HttpGetQueryValueByNameEx
复制链接
简述
得到查询串的值,网页多文件一次性上传可能会用多同名多个内容的情况,返回二维数组结构。
定义
HttpGetQueryValueByNameEx(Name:String):Array;
参数
名称
类型
说明
Name
String
字符串,查询串中的变量名。
返回
Array
数组,其中:0列为内容项,1列为HttpGetQueryValueByName函数的AdditionalInfo项。
相关
HttpGetContent
HttpGetContentLength
HttpGetQueryString
HttpGetRequestMethod
HttpGetQueryValues
HttpGetQueryValueByName
HttpGetQueryValueByNameEx
HttpGetScriptName
HttpGetPathInfo
HttpGetPathTranslated
HttpGetRemoteHost
HttpGetRemoteAddr
HttpGetAuthType
HttpGetRemoteUser
HttpGetRemoteIdent
HttpGetHttpAccept
HttpGetHttpUserAgent
HttpGetServerName
HttpGetServerPort
HttpGetServerProtocol
HttpGetServerSoftware
HttpGetGatewayInterface
HttpGetCookie
HttpGetEnvVar
HttpSetHeadString