天软金融分析.NET函数大全
>
CGI控制台相关函数
>
CGI变量以及环境相关函数
HttpGetQueryString
复制链接
简述
返回前端发送的查询串。
定义
HttpGetQueryString():String;
范例
前端执行的是
http://hostname/test.tsl?name=billgates&sex=male
,
则返回的值为name=billgates&sex=male
相关
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