Chrome支持ES6字符串模板解析


发布者 ourjs  发布时间 1418608440211
关键字 行业动态  展示 
Addy Osmani 是Google Chrome开发团队的工程师,近日他在其Twitter 中宣布,ES6字符串模板已经可以在Chrome中工作。你可以在字符串文字中嵌入表达式,(此功能尚未发布)。以前此类功能多由第三方JavaScript模板引擎库来实现,如Mustache, jQuery Templates, doT.js, ejs等。目前还不清楚此功能对性能的影响。

示列:

> var persion = "Alex Russell";
console.log(`Yo! My name is ${person}!`);

> Yo! My name is Alex Russell!

下图来自其Twitter:






回复 (1)
  • #
  • #1 www.9696e.com 1421806179052

    版本号:39.0.2171.99 m 还不可以;

微信扫码 立即评论