template-scope:管理在模板引擎中使用的嵌套作用域

时间:2024-05-29 19:07:23
【文件属性】:

文件名称:template-scope:管理在模板引擎中使用的嵌套作用域

文件大小:4KB

文件格式:ZIP

更新时间:2024-05-29 19:07:23

JavaScript

模板范围 管理在模板引擎中使用的嵌套作用域 正在安装 npm install --save template-scope 例子 var Scope = require ( "template-scope" ) ; var __scope = new Scope ( ) ; __scope . push ( { foo : "bar" } ) ; __scope . get ( "foo" ) ; // -> "bar" __scope . push ( { foo : "baz" } ) ; __scope . get ( "foo" ) ; // -> "baz" __scope . pop ( ) ; __scope . get ( "foo" ) ; // -> "bar"; 原料药 new Scope() 创建范围的新实例。 不带任何参数,所以您会做什么。 Sco


【文件预览】:
template-scope-master
----.jshintrc(134B)
----.gitignore(526B)
----package.json(624B)
----LICENSE(757B)
----index.js(1KB)
----README.md(2KB)
----lookup.js(443B)

网友评论