摘要: //获取客户端计算机名称 System.Net.IPAddress clientIP = System.Net.IPAddress.Parse(Request.UserHostAddress);//根据目标IP地址获取IP对象 System.Net.IPHostEntry ihe = System.Net.Dns.GetHostEntry(cl... 阅读全文
posted @ 2017-08-31 12:21 小小高 阅读(535) 评论(0) 推荐(0)