JavaScript 中反单引号 ` ` 有什么作用? 财富值54

2016-10-28 11:11发布

例如:

function () {   return `${this.index * (100 / this.number)}%`; }  
5条回答

参见 https://github.com/getify/You... 的 Template literals 部分。

一周热门 更多>