111,130
社区成员
发帖
与我相关
我的任务
分享
//取一下 reply 中 []之间的内容
System.Net.WebClient client = new System.Net.WebClient();
client.Encoding = System.Text.Encoding.Default;
string reply = client.DownloadString("http://www.ip138.com/ip2city.asp");
MessageBox.Show(reply);