中間''變成了什么?怎么打出來的?
//豆瓣電影信息的地址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){
//豆瓣電影信息的地址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){
2021-04-14
舉報
2021-04-15
ES6中模板字符串使用的是反引號,就是鍵盤左上角,tab鍵上面的那個,和波浪線同一個的按鍵