开始---运行----输入“cmd”在弹出的窗口中输入ping xx.xx.xx.xx -n yyy,然后回车 其中xx.xx.xx.xx是你要测试的ip地址,yyy是要发送测试包的个数,你可以随意选择等命令执行完成后,最后几行为Ping statistics for xx.xx.xx.xx: Packets: Sent = 5, Received = 5, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 3ms, Maximum = 3ms, Average = 3msSent = 5意为发送了5个测试包Received = 5意为返回了5个Lost = 0意为丢失了0个0% loss意为丢包率为0%,这个应该就是你要的吧Minimum = 3ms意为最小时延为3msMaximum = 3ms意为最大时延为3msAverage = 3ms意为平均时延为3ms