gpt4 book ai didi

javascript - Backbone : collection of models id's to an array

转载 作者:行者123 更新时间:2023-12-04 00:48:34 25 4
gpt4 key购买 nike

它是主干中的一种方法,它将采用模型集合并制作模型 ID 数组或模型中的任何其他指定属性吗?

我能够在 console.log 中列出模型的 is,但不确定如何从中创建一个数组

for (var i=0; i<collection.models.length; i++){ 
console.log(collections.models[i].id)
}

最佳答案

可以使用Underscore方法pluck为此:

collection.pluck("id");

http://jsfiddle.net/upqqL/


pluck 的描述来自 UnderscoreJS docs :

A convenient version of what is perhaps the most common use-case for map: extracting a list of property values.

关于javascript - Backbone : collection of models id's to an array,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13688648/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com