JS 依照元素出現數量排序

同樣是最近遇到的狀況,需要利用陣列內元素出現的數量進行排序,以下為範例程式:

var array = ["1", "2", "4", "5", "2", "4", "2", "3"];
var str = array.toString();
var filter = [];
var result = [];
document.write("原始陣列:" + array + "<br>");

var get = function (str, tar, arr, tmp) {
    if (str.indexOf(tar) >= 0) {
        tmp = str.slice(str.indexOf(tar) + 1);
        arr.push(tar);
        get(tmp, tar, arr, tmp);
    }
    return arr;
}

for (i in array) {
    var elm = [];
    var tmp;
    var fstr = filter.join();
    if (fstr.indexOf(array[i]) >= 0) {
        continue;
    } else {
        var tmp_arr = get(str, array[i], elm, tmp);
        result.push(tmp_arr.length + ':' + tmp_arr[0]);
        filter.push(array[i]);
    }
}

result.sort();
result.reverse();

//按照出現次數排序,不刪除重複元素
var finishArray = [];

for (index in result) {
    var show = result[index].split(':');
    for (i = 0; i < show[0]; i++) {
        finishArray.push(show[1]);
    }
}
document.write("按出現次數排序,不刪除重複元素:" + finishArray + "<br>");

//按照出現次數排序,刪除重複元素
var finishArray = [];
for (index in result) {
    var show = result[index].split(':');
    finishArray.push(show[1]);
}
document.write("按出現次數排序,刪除重複元素:" + finishArray + "<br>");

輸出結果:

原始陣列:1,2,4,5,2,4,2,3
按出現次數排序,不刪除重複元素:2,2,2,4,4,5,3,1
按出現次數排序,刪除重複元素:2,4,5,3,1

You may also like...

1,466,599 Responses

  1. FrankEmine表示:

    slot casino siteleri: slot oyunlar? – en kazancl? slot oyunlar?

  2. Terrific post but I was wanting to know if you
    could write a litte more on this subject? I’d be very
    grateful if you could elaborate a little bit more.
    Kudos!

  3. Retargeting strategies are a game-changer in digital marketing services, helping businesses reconnect with potential customers who showed interest! Learn how to implement them at digital marketing Thornbury

  4. Internasjonalt benyttes Phamatech s produkter daglig i over 26 land.I. Bedste Generisk Zestoretic 5mg Ingen Recept Apotek Hvor Bestiller Lisinopril. net for malware, phishing, fraud, scam and spam activity. Trygt, tilgjengelig i apotek, forum ,effekter ,beskrivelse ,et intervju med en lege. Viagra Boots Ireland apotek turkiet Listino prezzi levitra Review viagra cialis. Xenical Orlistat Buy Pills Orlistat Obesity Ph, myDiatrofi. https://apotekreseptfritt.space/brufen/ Kjop Brufen via Internett

  5. Lee Medina表示:

    Has anyone tried eco-friendly paver stones? I’m interested in sustainable options for my landscaping project sundays lawn care

  6. Hi there, just wanted to tell you, I enjoyed this
    post. It was helpful. Keep on posting!

  7. Ken表示:

    Hi there it’s me, I am also visiting this website daily, this site is
    in fact nice and the users are genuinely sharing pleasant thoughts.

  8. Josefina表示:

    14 Smart Ways To Spend Your On Leftover Wine Fridge Uk Budget
    commercial wine fridge (Josefina)

  9. Wallacefex表示:

    deneme bonusu veren siteler yeni: yat?r?ms?z deneme bonusu veren siteler – deneme bonusu veren yeni siteler

  10. Helpful suggestions! For more, visit pool maintenance company

  11. Enrique表示:

    Hey there, You’ve done an incredible job. I’ll definitely digg it and personally
    suggest to my friends. I’m confident they will be benefited from this web
    site.

  12. Bryan Greer表示:

    Thanks for the helpful article. More like this at hydroseeding service

  13. Incredible points. Solid arguments. Keep up the good spirit.

  14. Masterslot69表示:

    This is a very good tip particularly to those new to the blogosphere.
    Short but very accurate info… Many thanks for
    sharing this one. A must read post!

  15. Etta Hopkins表示:

    Nicely done! Find more at Roof repair near me

  16. Roxanna表示:

    Every weekend i used to visit this web site, because i want enjoyment, for the reason that this this web site conations genuinely fastidious funny
    information too.

  17. Wonderful goods from you, man. I’ve be mindful your stuff previous to and you are simply extremely
    magnificent. I actually like what you’ve got here, certainly like what you are saying and the best way by which
    you are saying it. You’re making it enjoyable and
    you still take care of to stay it smart. I
    can not wait to learn much more from you. This
    is really a tremendous site.

  18. JasonUnsoG表示:

    https://slotsiteleri25.com/# slot siteleri

  19. 부산表示:

    Fine Dining 부산

  20. I seriously love your blog.. Very nice colors &
    theme. Did you make this amazing site yourself? Please reply back
    as I’m looking to create my very own site
    and would like to learn where you got this from or exactly what the theme is named.
    Kudos!

  21. Ruth Bass表示:

    A culinária na Riviera é uma das melhores do mundo! Adorei suas sugestões e vou buscar mais em Guia em português na Riviera Francesa

  22. Lin表示:

    Hi there! I know this is kind of off-topic however I had to ask.
    Does operating a well-established website like yours take a lot of work?
    I am brand new to running a blog however I do write in my diary on a daily basis.
    I’d like to start a blog so I can share my experience and feelings online.

    Please let me know if you have any kind of recommendations or tips for new aspiring blog
    owners. Thankyou!

  23. This was highly helpful. For more, visit Home cleaning Norwood

  24. Ahaa, its good dialogue about this piece of writing at this place at this webpage, I have
    read all that, so now me also commenting here.

    Here is my homepage dvd günstig kaufen

  25. Thanks for the auspicious writeup. It if truth be told was
    a amusement account it. Glance complicated to more introduced agreeable from you!
    However, how can we keep up a correspondence?

  26. This article will help the internet viewers for building up new website or even a weblog from start to end.

  27. 20 Fun Informational Facts About Accident Attorneys lawyer Accident near me (clashofcryptos.trade)

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。