摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Net;namespace ConsoleApplication6{ class Program { static void Main(string[] args) { IPHostEntry hostinfo = Dns.GetHostEntry(@www.baidu.com); IPAddress[] aryIP = h... 阅读全文
posted @ 2013-08-18 18:11 大芝麻 阅读(462) 评论(0) 推荐(0) 编辑