2013/2/16 18:21:151237 閱讀
Request.ServerVariables("http_url")
=/showcase.asp?id=505
Request.ServerVariables("url")
=/showcase.asp
Request.ServerVariables("QUERY_STRING")
=id=505&page=2
'文件目錄函數(shù)
Public Function ServerPath
Dim Path
Dim Pos
Path="http://" & Request.ServerVariables("server_name") & Request.ServerVariables("script_name")
Pos=InStrRev(Path,"/")
ServerPath=Left(Path,Pos)
End Function
微信小程序
掃描手機(jī)瀏覽