摘要: 实现代码: public static string GetLocalIPAddress() { var host = Dns.GetHostEntry(Dns.GetHostName()); foreach (var ip in host.AddressList) { if (ip.Address 阅读全文
posted @ 2021-09-17 16:25 kueizheng 阅读(71) 评论(0) 推荐(0) 编辑