如何获取客户端的计算机名,和实际地址
用户登陆网站后,如何获取客户端的计算机名,和实际地址(物理地址)!
<%=Request.ServerVariables("SERVER_NAME")%>计算机名
<%=Request.ServerVariables("LOCAL_ADDR")%>IP
<%=Request.ServerVariables("SERVER_PORT")%>端口
<%=Request.ServerVariables("path_translated")%>物理地址