ASP

ASP怎么取得当前页面路径

ASP怎么取得当前页面路径 dim str,host,url,keyword,full str=”http://” host = Request.ServerVariables(“HTTP_HOST”) url = Request.ServerVariables(“PATH_INFO”) ‘或url keyword = Request.ServerVariables(“QUERY_STRING”) if keyword <> “” then full = str&host&url&”?”&keyword else full = str&host&url end if Response.Write full

分类: ASP

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

这个站点使用 Akismet 来减少垃圾评论。了解你的评论数据如何被处理

相关文章

开始在上面输入您的搜索词,然后按回车进行搜索。按ESC取消。

返回顶部