摘要: 上代码 public static string GetLocalIP() { try { IPHostEntry IpEntry = Dns.GetHostEntry(Dns.GetHostName()); for (int i = 0; i < IpEntry.AddressList.Lengt 阅读全文
posted @ 2021-12-20 10:16 王月半子 阅读(273) 评论(0) 推荐(0)