为什么 IPAddress.IsLoopback return 对整个 IPv4 地址范围都成立?
Why does IPAddress.IsLoopback return true for an entire range of IPv4 addresses?
.Net 文档指出 IPAddress.IsLoopback 方法,对于 IPv4,"returns true for any IP address of the form 127.X.Y.Z (where X, Y, and Z are in the range 0-255), not just Loopback (127.0.0.1)."
谁能解释这是为什么?
.Net 文档指出 IPAddress.IsLoopback 方法,对于 IPv4,"returns true for any IP address of the form 127.X.Y.Z (where X, Y, and Z are in the range 0-255), not just Loopback (127.0.0.1)."
谁能解释这是为什么?