localhost 换成 127.0.0.1

C:WindowsSystem32driversetchosts

将hosts文件中的”127.0.0.1       localhost“中localhost换成您想要的域名

# localhost name resolution is handled within DNS itself.

 127.0.0.1       localhost

换成

127.0.0.1       www.xxxxx.cn

原文地址:https://www.cnblogs.com/svvv/p/12423158.html