接口:Path

方法

绑定

bind(映射)

将映射中的键值对绑定到路径。

参数

地图

rules.Map

要绑定的映射。

值不能为 null。

示例

// Make the path '/path/something/another' by binding a map
(/path/$(foo)/$(bar)).bind({"foo": "something", "bar": "another"})