?<%=urlname ;明霞山资源网更新日期:2025/6/23.">

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

网络编程 发布日期:2025/6/23 浏览次数:1

正在浏览:asp获取当前网页地址的代码
当前页地址 
<%dim urlname 
urlname=Request.ServerVariables("QUERY_STRING")%> 
<%=Request.ServerVariables("SCRIPT_NAME")%><%if urlname<>"" then%>?<%=urlname%><%end if%>