获取本机ip地址备忘
摘要:
private static string getIpAddress() { var host = Dns.GetHostEntry(Dns.GetHostName()); foreach (var address in host.AddressList) if (address.AddressFa 阅读全文
posted @ 2020-06-05 09:13 空明流光 阅读(163) 评论(0) 推荐(0)
posted @ 2020-06-05 09:13 空明流光 阅读(163) 评论(0) 推荐(0)