【发布时间】:2016-05-16 06:16:26
【问题描述】:
当我在浏览器上输入 localhost 时,我无法成功连接..我得到了
The socket connection to localhost failed.
ErrorCode: 10061.
No connection could be made because the target machine actively refused it 127.0.0.1:80
我该如何解决?
【问题讨论】:
当我在浏览器上输入 localhost 时,我无法成功连接..我得到了
The socket connection to localhost failed.
ErrorCode: 10061.
No connection could be made because the target machine actively refused it 127.0.0.1:80
我该如何解决?
【问题讨论】:
您在 localhost 上启动了一个 Web 服务器,侦听端口 80。目前还没有。
【讨论】: