tinytemplate:最小的动态模板引擎

时间:2024-05-18 06:08:52
【文件属性】:

文件名称:tinytemplate:最小的动态模板引擎

文件大小:2KB

文件格式:ZIP

更新时间:2024-05-18 06:08:52

JavaScript

小模板 最小的动态模板引擎。 笔记: 它没有沙箱,对于生产使用来说是不安全的。 这只是您可以使用javascript的“不良”方面的一个示例。 用法: console.log("Hello, $$name$$. What do?".tmpl({ name: "devoid" })) >> Hello, devoid. What do? console.log("The time is $$ new Date() $$".tmpl()) >> The time is Mon Nov 02 2015 16:55:48 GMT-0600 (Central Standard Time) console.log("7 + 6 * 2 is $$ 7 + 6 * 2 $$".tmpl()) >> 7 + 6 * 2 is 19


【文件预览】:
tinytemplate-master
----tmpl.js(154B)
----LICENSE(1KB)
----README.md(525B)

网友评论