本地ip无法访问.png 可以在命令窗口下输入 netstat -ano ,查一下9527端口在哪个ip上侦听 例如 netstat -ano "9527" 获取.png 修改hosts配置 将localhost改为0.0.0.0 成功