您现在的位置是:网站首页> 编程资料编程资料

asp获取当前网页地址的代码_应用技巧_

2023-05-25 506人已围观

简介 asp获取当前网页地址的代码_应用技巧_

当前页地址 
<%dim urlname 
urlname=Request.ServerVariables("QUERY_STRING")%> 
<%=Request.ServerVariables("SCRIPT_NAME")%><%if urlname<>"" then%>?<%=urlname%><%end if%> 

-六神源码网