摘要: 服务端://方法一HttpContext.Current.Request.UserHostAddress; //方法二HttpContext.Current.Request.ServerVariables["REMOTE_ADDR"];//方法三string strHostName = System... 阅读全文
posted @ 2015-09-25 20:50 miaoying 阅读(183) 评论(0) 推荐(0)