1
Request.ServerVariables.Get("Remote_Addr").ToString();
客户端主机名:
1
Request.ServerVariables.Get("Remote_Host").ToString();
客户端浏览器IE:
1
获取客户端IP方法
1
public string GetIP()
2
}
2