0

关于这个的一个简短的问题:http: //jsfiddle.net/ambiguous/xczBy/

如果我的 Json 被 fetch() 加载了怎么办?简单的例子

var self = this;
this.collection.fetch({
      reset: true,
      success: function (model, attributes) {
                    self.render();
      }
});

我需要知道如何在我的循环模板中设置“帖​​子”

    <% _.each(posts, function(post){ %>
         <span class="day"><%=posts.day %></span><br />
    <% }); %>
4

0 回答 0