微信小程序入门与实战(9)——wx.request回调函数中this.setData提示this未定义的解决办法
//pages/movies/movies.jsPage({/***页面的初始数据*/data:{inTheaters:[],},/***生命周期函数--监听页面加载*/onLoad:function(options){wx.request({url:'http://t.talelin.com/v2/movie/in_theaters',success(res){console.log(res);