日期:2014-05-18 浏览次数:20898 次
Ping p = new Ping(); PingReply pr2 = p.Send(PC2 IP地址); if (pr2.Status == IPStatus.Success) { // PC2 通 } PingReply pr3 = p.Send(PC3 IP地址); if (pr3.Status == IPStatus.Success) { // PC3 通 }