摘要: If My.Computer.Network.IsAvailable Then '网络连接正常 If My.Computer.Network.Ping("192.168.10.111",1000) Then '拼对应IP地址超时1000毫秒 MsgBox("服务器连接正常.") Else MsgBo 阅读全文
posted @ 2018-01-07 12:03 精灵2018 阅读(1389) 评论(0) 推荐(0)