webservice服务端如何获取请求的客户端IP如题[解决办法]ClientIP = Request.UserHostAddress; 和页面是一样的。[解决办法]客户端IP : this.Context.Request.UserHostAddress;