摘要: public static string PingResult(string ip) { System.Net.NetworkInformation.Ping p = new System.Net.NetworkInformation.Ping(); System.Net.NetworkInformation.PingOptions op... 阅读全文
posted @ 2007-03-21 16:23 kevinLee 阅读(1134) 评论(2) 推荐(0)