wx.request({ url: 'http://www.likeyunba.com/test/test.json', headers: { 'Content-Type': 'application/json' }, success: function (res) { //将获取到的json数据,存在名字叫list的这个数组中 that.setData({ list: res.data, //res代表success函数的事件对,data是固定的,list是数组 }) } })标签:示例,微信,request,list,json,res,wx From: https://www.cnblogs.com/yll166/p/16771707.html