为了账号安全,请及时绑定邮箱和手机立即绑定

React Native fetch请求失败

React Native fetch请求失败

慕田峪9158850 2018-08-09 13:37:23
本白在react native中使用fetch进行网络请求的时候显示请求失败。请求部分代码如下:fetch('../data/myjson.json') .then(function(response){     return response.json(); }).then(function(json){     console.log('parsed json', json); }).catch(function(ex){     console.log('parsing failed') });../data/myjson.json是我的本地json文件Thanks for all helps
查看完整描述

2 回答

?
慕少森

TA贡献2019条经验 获得超9个赞

fetch 只能请求网络的吧

查看完整回答
反对 回复 2018-08-30
?
饮歌长啸

TA贡献1951条经验 获得超3个赞

因为react native 本身会在目录根路径搭建了服务器,所以直接
fetch('http://localhost:8081/data/myjson.json')
就好了。

查看完整回答
反对 回复 2018-08-30
  • 2 回答
  • 0 关注
  • 1372 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信