摘要:
//方法一HttpContext.Current.Request.UserHostAddress; //方法二HttpContext.Current.Request.ServerVariables["REMOTE_ADDR"];//方法三 (局域网)string strHostName = System.Net.Dns.GetHostName();string clientIPAddress = ... 阅读全文
posted @ 2010-09-23 10:43
wbscn
阅读(266)
评论(0)
推荐(0)