摘要: 第一种 取本主机ip地址 public string GetLocalIp() { ///获取本地的IP地址 string AddressIP = string.Empty; foreach (IPAddress _IPAddress in Dns.GetHostEntry(Dns.GetHostN 阅读全文
posted @ 2019-11-25 21:03 南秦岭 阅读(2012) 评论(0) 推荐(0)