十年网站开发经验 + 多家企业客户 + 靠谱的建站团队
量身定制 + 运营维护+专业推广+无忧售后,网站问题一站解决
Ping ping = new Ping(); PingReply reply = ping.Send("119.75.218.45");//百度IP if(reply.Status == IPStatus.Success) { MessageBox.Show("已联网"); } else { MessageBox.Show("未联网"); }