ES6 / ECMA6模板文字 - 無效我想嘗試使用模板文字并且它不起作用:它顯示文字變量名稱而不是值。我使用的是Chrome v50.0.2(和jQuery)。例:console.log('categoryName: ${this.categoryName}\ncategoryElements: ${this.categoryElements} ');輸出:${this.categoryName} categoryElements: ${this.categoryElements}
請教,ES6 / ECMA6模板文字 - 無效
HUWWW
2019-12-02 08:04:51