介面:路徑

方法

繫結

bind(地圖)

將對應鍵/值組合繫結至路徑。

參數

地圖

rules.Map

要繫結的地圖。

值不得為空值。

範例

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