黄舟2017-04-18 10:57:59
127.0.0.1 is the loopback address, referring to the local machine.
The reason why you can use localhost to access the local area is that the localhost domain name is pointed to 127.0.0.1 in the system's host file, so please check whether the system host file configuration is correct.
阿神2017-04-18 10:57:59
Because I can change the mapping of 127.0.0.1 in the host file to zhouxingchi