文件名称:string-templater:基本的字符串模板器
文件大小:3KB
文件格式:ZIP
更新时间:2024-06-02 20:47:05
JavaScript
字符串模板 基本的字符串模板器 用法 var templater = require ( 'string-templater' ) ; templater ( 'I like {food}' , { food : 'Bacon' } ) ; // I like Bacon templater ( 'First do {0} then {1}' , [ 'things' , 'stuff' ] ) ; // First do things then stuff
【文件预览】:
string-templater-master
----LICENSE(1KB)
----README.md(290B)
----tests()
--------index.js(715B)
----.gitignore(526B)
----index.js(293B)
----package.json(669B)