标签: c# asp.net .net
我正在使用HttpContext.Current.Request.UserHostName和HttpContext.Current.Request.UserHostAddress来获取客户端计算机名称和IP。但它给了我服务器机器名称和IP。
HttpContext.Current.Request.UserHostName
HttpContext.Current.Request.UserHostAddress
此外,是否有通过JavaScript或jQuery获取客户端本地计算机IP(非代理IP)的步骤?
IP