underscore.path:使用字符串路径访问嵌套属性的下划线助手

时间:2024-07-29 05:59:44
【文件属性】:

文件名称:underscore.path:使用字符串路径访问嵌套属性的下划线助手

文件大小:5KB

文件格式:ZIP

更新时间:2024-07-29 05:59:44

javascript pathfinding underscore JavaScript

下划线路径 该库是 Underscore 的扩展,它允许使用字符串路径访问嵌套属性。 特征 访问嵌套属性。 依赖关系 underscore.js (>= 1.5.0) 节点 var _ = require ( 'underscore' ) ; _ . mixin ( require ( 'underscore.path' ) ) ; 例子 var object = { foo : { bar : 123 } } ; _ . path ( object , "foo.bar" ) ; 执照 版权所有 (c) 2014 Mateus Maso。 在 MIT 许可下发布。


【文件预览】:
underscore.path-master
----.gitignore(27B)
----package.json(810B)
----src()
--------underscore.path.js(534B)
----.travis.yml(83B)
----Gruntfile.js(1KB)
----dist()
--------underscore.path.js(704B)
--------underscore.path.min.js(468B)
----LICENSE.txt(1KB)
----spec()
--------underscore.path.spec.js(471B)
----README.md(625B)
----.npmignore(28B)

网友评论