如何在以下场景中使用 mustache:
el.html( can.view('ideasView', {ideas: records, photos: jQuery.parseJSON(users)}));
是否可以通过 {{photos[id].photoUrl}} 访问照片?在遍历想法时,我需要通过想法 [i].Id 获取 photoUrl。
如何在以下场景中使用 mustache:
el.html( can.view('ideasView', {ideas: records, photos: jQuery.parseJSON(users)}));
是否可以通过 {{photos[id].photoUrl}} 访问照片?在遍历想法时,我需要通过想法 [i].Id 获取 photoUrl。