首页 > fetch 时报错 NetworkError when attempting to fetch resource.

fetch 时报错 NetworkError when attempting to fetch resource.

.....

fetch('http://127.0.0.1/react/students')

.then(response =>  response.json())
.then(json => dispatch({type : step, pagination : json}))
.catch(e => alert('error: ' + e));

后台服务器已返回 127.0.0.1 - - [13/Oct/2015:23:09:29 +0800] "GET /react/students HTTP/1.1" 200 3211

前端Firefox : TypeError: NetworkError when attempting to fetch resource.

http://127.0.0.1/react/students 直接输入可正常返回


试试localhost 我最近也遇到类似这样的问题
不过我的是本地host中写了解析,但是服务不通过fetch在RN中使用遇到的问题

【热门文章】
【热门文章】