清华大佬耗费三个月吐血整理的几百G的资源,免费分享!....>>>
using System.Net; string web = txtWeb.Text; IPHostEntry host = Dns.GetHostByName(web); IPAddress ip = host.AddressList[0]; txtIp.Text = ip.ToString();
2015/04/24 40814
清华大佬耗费三个月吐血整理的几百G的资源,免费分享!....>>>
using System.Net; string web = txtWeb.Text; IPHostEntry host = Dns.GetHostByName(web); IPAddress ip = host.AddressList[0]; txtIp.Text = ip.ToString();