RELATEED CONSULTING
相关咨询
选择下列产品马上在线沟通
服务时间:8:30-17:00
你可能遇到了下面的问题
关闭右侧工具栏

新闻中心

这里有您想知道的互联网营销解决方案
C#判断电脑是否处于联网状态
            Ping ping = new Ping();
            PingReply reply = ping.Send("119.75.218.45");//百度IP
            if(reply.Status == IPStatus.Success)
            {
                MessageBox.Show("已联网");
             }
             else
             {
                 MessageBox.Show("未联网");
              }

标题名称:C#判断电脑是否处于联网状态
网页网址:http://sczitong.cn/article/igchch.html