C:\WINDOWS\system32\drivers\etc
这个目录下,打开hosts文件,就记事本就ok
加入这句话
127.0.0.1 localhost
或者这句话前面有个#号注释的话,把#去掉。
【补充】 不记得是否要重启机器了,你下次重启后再试试,呵呵
自己ping下自己,看能否通,通了还不行可能还有其他问题。
D:\>ping 127.0.0.1
Pinging 127.0.0.1 with 32 bytes of data:
Reply from 127.0.0.1: bytes=32 time<1ms TTL=64
Reply from 127.0.0.1: bytes=32 time<1ms TTL=64
Reply from 127.0.0.1: bytes=32 time<1ms TTL=64
Reply from 127.0.0.1: bytes=32 time<1ms TTL=64
挺奇怪的问题,我只遇到过127.0.0.1能访问,而localhost访问不了的情况,那种情况用楼上的改hosts就能解决。
你的问题确实很离奇。。。