wx.request({ url: "http://api.douban.com/v2/movie/in_theaters", method: "GET", data: {}, header: { 'Content-Type': "json" }, success: function (res) { console.log(res.statusCode) } })
- 5 回答
- 3 关注
- 16357 浏览
添加回答
举报
0/150
提交
取消