ES6 / ECMA6模板文字 - 無效我想嘗試使用模板文字并且它不起作用:它顯示文字變量名稱而不是值。我使用的是Chrome v50.0.2(和jQuery)。例:console.log('categoryName: ${this.categoryName}\ncategoryElements: ${this.categoryElements} ');輸出:${this.categoryName} categoryElements: ${this.categoryElements}
ES6 / ECMA6模板文字 - 無效
哈士奇WWW
2019-08-13 16:53:54