介面:路徑

方法

綁定

綁定(地圖)

將映射中的鍵值對綁定到路徑。

範圍

地圖

規則.地圖

要綁定的地圖。

值不能為空。

例子

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