摘要: 服务端://方法一HttpContext.Current.Request.UserHostAddress;//方法二HttpContext.Current.Request.ServerVariables["REMOTE_ADDR"];//方法三string strHostName = System.... 阅读全文
posted @ 2014-11-06 10:40 IT少年 阅读(1266) 评论(0) 推荐(0)