-1

如何在以下场景中使用 mustache:

el.html( can.view('ideasView', {ideas: records, photos: jQuery.parseJSON(users)}));

是否可以通过 {{photos[id].photoUrl}} 访问照片?在遍历想法时,我需要通过想法 [i].Id 获取 photoUrl。

4

1 回答 1

0

如果不知道照片数据的结构,很难回答这个问题。但是从我如何从你的问题中解释你的数据结构。你可以试试

{{#ideas}} {{id}} {{\ideas}}

于 2014-06-15T07:41:25.963 回答