Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
参考这个例子。我有一个名为 Header 的数组(存储表头的名称)和另一个名为 Type 的数组(存储每列的类名)。我想知道如何使用 Header 索引访问 Type 数组。
看来,在这样的绑定表达式中,您需要使用括号调用 $index,即:
$root.Type()[$index()]
更新小提琴:http: //jsfiddle.net/KuzGf/1/