天软金融分析.NET函数大全
>
CGI控制台相关函数
>
CGI变量以及环境相关函数
HttpGetQueryValueByName
复制链接
简述
得到指定参数的查询串的值。
定义
HttpGetQueryValueByName(Name:String[;Var AdditionalInfo:String]):String;
参数
名称
类型
说明
Name
String
字符串类型。查询串中的变量名。
AdditionalInfo
String
字符串类型,返回附加信息。最常见的是当查询的Name为文件上传的ID时,函数返回文件的内容,而AdditionalInfo返回包括文件名等内容的附加信息。
返回
String
字符串。
相关
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