reactnative 访问本地服务器遇到错误 显示如下错误: 问题所在 react-native运行时的node服务器跑在10.0.2.2 的ip上面,所以改成http://10.0.2.2:xxxx,然后reload便可以了 getTest:"http://127.0.0.1:3000/user/info" //注意域名的更改 端口号不要改 getTest:"http://10.0.2.2:3000/user/info"