?<%=urlname ;小李飞刀资源网更新日期:2024/10/21.">

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

网络编程 发布日期:2024/10/21 浏览次数:1

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