博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2013年1月5日

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication1{ class Program { static void Main(string[] args) { string[] s = PAB.DnsUtils.DnsMx.GetMXRecords("qq.com"); foreach (string st in s) Console.WriteL... 阅读全文

posted @ 2013-01-05 14:27 快乐家++ 阅读(606) 评论(0) 推荐(0)