ES6 / ECMA6模板文字 - 无效
我想尝试使用模板文字并且它不起作用:它显示文字变量名称而不是值。我使用的是Chrome v50.0.2(和jQuery)。
console.log('categoryName: ${this.categoryName}\ncategoryElements: ${this.categoryElements} ');
${this.categoryName} categoryElements: ${this.categoryElements}
qq_花开花谢_0
相关分类