访问本地 localhost能访问,ip地址无法访问
2019-03-06 本文已影响0人
奶瓶SAMA

可以在命令窗口下输入 netstat -ano ,查一下9527端口在哪个ip上侦听
例如 netstat -ano "9527"

修改hosts配置 将localhost改为0.0.0.0 成功
可以在命令窗口下输入 netstat -ano ,查一下9527端口在哪个ip上侦听
例如 netstat -ano "9527"
修改hosts配置 将localhost改为0.0.0.0 成功