几个月后,我正在 Windows 7 PC 上尝试 PING 命令。这样做时,我注意到以下结果:
使用计算机名 Ping:
D:\>ping amdwin764
Pinging AMDWIN764 [fe80::ac53:546f:a730:8bd6%11] with 32 bytes of data:
Reply from fe80::ac53:546f:a730:8bd6%11: time=1ms
Reply from fe80::ac53:546f:a730:8bd6%11: time=1ms
Reply from fe80::ac53:546f:a730:8bd6%11: time=1ms
Reply from fe80::ac53:546f:a730:8bd6%11: time=1ms
Ping statistics for fe80::ac53:546f:a730:8bd6%11:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 1ms, Maximum = 1ms, Average = 1ms
Run Code Online (Sandbox Code Playgroud)
使用 IP 地址 Ping:
D:\>ping 192.168.1.2
Pinging 192.168.1.2 with 32 bytes of data:
Reply …
Run Code Online (Sandbox Code Playgroud)