el表達式不識別
('http://api.douban.com/v2/movie/in_theaters?apikey=0df993c66c0c636e29ecbb5344252a4a&start=${event.start}&count=${event.count}')老師為什么我的el表達式 不能實現啊
('http://api.douban.com/v2/movie/in_theaters?apikey=0df993c66c0c636e29ecbb5344252a4a&start=${event.start}&count=${event.count}')老師為什么我的el表達式 不能實現啊
2019-06-24
舉報
2019-06-24
這里的${}是ES6的模板字符串,視頻中強調過,需要使用反引號,就是鍵盤1左邊的那個符號。
反引號:``
單引號:''