计算JS一个轻量级的JavaScript字符串插值库。它是什么? Reckon JS是一个简单的库,可以在JavaScript(浏览器或NodeJS)中使用模板字符串。下面是如何使用Reckon JS的简单示例:

这个怎么运作?在浏览器中样本数据:


var scope = { tfullName: \"John Doe\", tage: 20, tageNextYear: function() { ttreturn this.age+1; t} };


var introduction = \"My name is {{fullName}}, and next year, I will turn {{ageNextYear}}\";

introduction = introduction.reckon(scope); // M\"