摘要: 1 public void GetNativeIp() 2 { 3 IPHostEntry hostEntry = Dns.GetHostEntry(Dns.GetHostName()); 4 foreach(var ip in hostEntry.AddressList) 5 { 6 if (ip 阅读全文
posted @ 2023-09-13 16:39 赵三毛 阅读(432) 评论(0) 推荐(0)