取得服务器的IP地址:<%=Request.ServerVariables("Local_Addr")%>
取得网页的虚拟路径:<%=Request.ServerVariables("Path_Info")%>
取得放在Http://后面以?字符串:<%=Request.ServerVariables("Query_String")%>
完整虚拟路径:Http://<%=Request.ServerVariables("Local_Addr")%><%=Request.ServerVariables("Path_Info")%><%=Request.ServerVariables("Query_String")%>