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.
我在 Backbone 应用程序中使用模型集合。要求是使用把手模板仅打印渲染函数中的第一个模型属性。有没有办法在车把模板中获取集合的第一个元素?
如果您只想要一个集合的第一个模型,您可以使用collection.at(0);. 将其传递到车把模板中,然后像在车把模板中一样访问它。
collection.at(0);