参考代码
For Each address As System.Net.IPAddress In System.Net.Dns.GetHostAddresses("www.baidu.com") output.show(address.tostring)Next