标签: handlebars.js
假设我有以下HTML代码 -
<input type="text" placeholder="name" />
我要转换为
<input type="{{type}}" placeholder="{{text}}" />
如何使用Handlebars.js执行此操作?