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,450,824 Responses

  1. Wow because this is extremely great work! Congrats and keep it up.

    https://www.polskibiznes24.pl

  2. CurtisBam表示:

    Indian Cert Pharm: Indian pharmacy international shipping – Indian pharmacy international shipping

  3. The Reason Asbestos Lawsuit Settlement Amount Is Fast Becoming The Most Popular Trend In 2023 asbestos Lawyer

  4. Carrolleruck表示:

    https://canadianmdpharm.online/# safe canadian pharmacies
    canadian pharmacy

  5. Warren Lyons表示:

    I’m sold on getting professional help with my roofing issues after reading this—thanks Tacoma roof moss treatment

  6. CurtisBam表示:

    best online pharmacies in mexico: Mexican Easy Pharm – purple pharmacy mexico price list

  7. Brandonnot表示:

    Indian Cert Pharm: Indian Cert Pharm – Indian pharmacy that ships to usa

  8. AmandaAscem表示:

    Discover the world of enjoyment with our pools!
    We offer a huge selection of pools, their installation and maintenance.
    More detailed information on the link сепаратор для песочного фильтра для бассейна
    Create an oasis at home with high-quality solutions.
    Individual approach and guarantees for all work.

  9. CurtisBam表示:

    Mexican Easy Pharm: mexico drug stores pharmacies – Mexican Easy Pharm

  10. more表示:

    It’s in fact very difficult in this full of activity life
    to listen news on TV, so I simply use web for that
    reason, and obtain the most up-to-date information.

  11. CurtisBam表示:

    buying prescription drugs in mexico: mexican mail order pharmacies – reputable mexican pharmacies online

  12. наркология вывод из запоя в стационаре наркология вывод из запоя в стационаре .

  13. Fantastic beat ! I would like to apprentice at the same time as you
    amend your website, how could i subscribe for a blog web site?
    The account aided me a acceptable deal. I have been tiny bit
    acquainted of this your broadcast provided vibrant clear concept

  14. Can I simply say what a relief to find someone that really understands
    what they are discussing online. You certainly know how to bring an issue to light and
    make it important. More and more people really need to look at this and understand this side of your story.
    I was surprised that you aren’t more popular since you definitely possess the gift.

  15. Brandonnot表示:

    mexico drug stores pharmacies: Mexican Easy Pharm – Mexican Easy Pharm

  16. Hi there, everything is going perfectly here and ofcourse every one is
    sharing data, that’s genuinely good, keep up writing.

  17. Michaelgence表示:

    Имплантация — популярная процедура замещения зубов искусственными аналогами. Стоматологическая имплантология является одним из важнейших разделов современной стоматологии, предусматривающий восстановление нарушений целостности зубочелюстной системы благодаря качественным аллопластическим материалам и достижениям в области современной стоматологии одномоментная имплантация зубов

  18. вывод из запоя в наркологическом стационаре вывод из запоя в наркологическом стационаре .

  19. Great looking web site. Presume you did a bunch of your very own html coding.

    https://www.kopalniapracy.pl

  20. вывода из запоя в стационаре http://vyvod-iz-zapoya-v-stacionare23.ru/ .

  21. Brandonnot表示:

    canada drugs online reviews: CanadianMdPharm – canadianpharmacymeds

  22. Sommer表示:

    7 Simple Tricks To Making A Statement With Your
    Are Green Power Mobility Scooters Any Good green mobility scooters [Sommer]

  23. CurtisBam表示:

    Best Indian pharmacy: Indian pharmacy international shipping – п»їlegitimate online pharmacies india

  24. kontol besar表示:

    This piece of writing will help the internet users for setting
    up new blog or even a weblog from start to end.

  25. Excellent write-up. I absolutely love this website. Continue the good work!

  26. CurtisBam表示:

    canadian pharmacy prices: Canadian Md Pharm – northwest canadian pharmacy

  27. Charlotte表示:

    Why viewers still make use of to read news papers when in this technological globe everything is
    available on net? https://sugardaddyschile.cl/question/revetement-de-comptoir-pour-salle-de-bain-choisir-le-materiau-ideal/

  28. Ainhohodo表示:

    Информация о букмекерской конторе мостбет: преимущества, условия использования, актуальные данные и особенности сайта для ставок на спорт.

發佈留言

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