?<%=urlname; 相思资源网更新日期:2025/9/17">

asp获取当前网页地址的代码

(编辑:jimmy 日期: 2025/9/17 浏览:2)

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