日韩av黄I国产麻豆传媒I国产91av视频在线观看I日韩一区二区三区在线看I美女国产在线I麻豆视频国产在线观看I成人黄色短片

歡迎訪問 生活随笔!

生活随笔

當(dāng)前位置: 首頁 >

underscore:get elements counts of a array

發(fā)布時(shí)間:2025/6/15 62 豆豆
生活随笔 收集整理的這篇文章主要介紹了 underscore:get elements counts of a array 小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.

2019獨(dú)角獸企業(yè)重金招聘Python工程師標(biāo)準(zhǔn)>>>


get elements counts of a array by underscore

source code:

function get_counts_of_the_elements_in_an_array(array){var count = _.groupBy(array);var new_array= [];for(key in count){new_array.push({'value':key,'count':count[key].length}) } ????return _.sortBy(new_array,function(obj){return obj.count}); }


example code:


#print out counts in console, alert:open the console window in underscorejs.org.# var array = [11,05,03,02,06,03,09,04,05,06,06,05,01,03,07,10,02,08,06,02,11,07,04,08,05,2,8,6,3,8,6,11,1,2,7,6,2,3,11,1,11,10,4,6,7,9,11,4,2,2,3,4,8,10,1,2,6,9,11,1,4,5,6,10,2,3,4,5,7];function console_out(arg){console.log(JSON.stringify(arg.value+'---'+arg.count))};_.each(get_counts_of_the_elements_in_an_array(array),console_out);



轉(zhuǎn)載于:https://my.oschina.net/coderman/blog/182333

總結(jié)

以上是生活随笔為你收集整理的underscore:get elements counts of a array的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網(wǎng)站內(nèi)容還不錯(cuò),歡迎將生活随笔推薦給好友。