电脑故障

位置:IT落伍者 >> 电脑故障 >> 浏览文章

获取url包括参数


发布日期:2022/11/27
 

获取url包括参数
函数名GetUrl
作 用获取url包括参数
返回值获取url包括参数
****************************************************
Public Function GetUrl()
Dim strTemp
strTemp=RequestServerVariables("Script_Name")
If Trim(RequestQueryString)<> "" Then
strTemp=strTemp&"?"
For Each M_item In RequestQueryString
strTemp=strTemp&M_item&"="&ServerUrlEncode(Trim(RequestQueryString(""&M_item&"")))
next
end if
GetUrl=strTemp
End Function
使用方法
call GetUrl()

上一篇:判断字符串中相同字符的个数

下一篇:winform状态栏跑马灯的效果