C#获取本机外网IP最简单办法
摘要:
using (System.Net.WebClient wc = new System.Net.WebClient()){ Console.WriteLine(wc.DownloadString("http://www.zu14.cn/ip/"));}Console.ReadLine();网站只返回 ip字符串... 阅读全文
posted @ 2011-01-24 05:49 Makubex 阅读(281) 评论(0) 推荐(0)
浙公网安备 33010602011771号