Cannot read property 'subjects' of null
VM4886:1 TypeError: Cannot read property 'subjects' of null,这个subjects怎么处理
VM4886:1 TypeError: Cannot read property 'subjects' of null,这个subjects怎么处理
2019-07-07
豆瓣接口有变化,需要在请求API的url后面跟一个apikey参数:
电影列表API:http://api.douban.com/v2/movie/in_theaters?apikey=0df993c66c0c636e29ecbb5344252a4a&start=0&count=10
电影详情API:http://api.douban.com/v2/movie/subject/${event.movieid}?apikey=0df993c66c0c636e29ecbb5344252a4a
具体也可以参考课程主页右下角的课程源码。
举报