//豆瓣电影信息的地址http://api.douban.com/v2/movie/in_theaters
return rp(‘http://api.douban.com/v2/movie/in_theaters?start=${
event.start}$coun')
.then(function (htmlString) {
}).catch(function(err){
ES6中模板字符串使用的是反引号,就是键盘左上角,tab键上面的那个,和波浪线同一个的按键