C#根据域名获取服务器IP,见代码:string ipAddr = "blog.uoolo.com"; string ip = ""; IPHostEntry host = Dns.GetHostEntry(ipAddr); IPAddress ipGet = host.AddressList[0]; ip = ipGet.ToString();C#获取网址的域名Uri u = new Uri(Url); u.Host 最后修改:2016 年 07 月 07 日 © 允许规范转载 打赏 赞赏作者 支付宝微信 赞 0 如果觉得我的文章对你有用,请随意赞赏