摘要: public static string GetLocalIP() { try { string HostName = Dns.GetHostName(); //得到主机名 IPHostEntry IpEntry = Dns.GetHostEntry(HostName); for (int i = 阅读全文
posted @ 2022-07-06 10:42 奔腾的岩浆 阅读(110) 评论(0) 推荐(0) 编辑