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,868 Responses

  1. Nothing defeats the experience of sampling different cuts of meat at a Brazilian steakhouse! It’s a meat enthusiast’s heaven. Find out more about my leading tease brazil restaurant near me

  2. davao表示:

    Info Products – The Darling Of Online Sellers davao

  3. I’m gone to say to my little brother, that he should also go to see this
    webpage on regular basis to get updated from latest news update.

  4. прокапаться на дому от алкоголя цена прокапаться на дому от алкоголя цена .

  5. FrankEmine表示:

    sГјpernetin: guvenilir casino siteleri – dede kumar sitesi

  6. Edward Huff表示:

    I discovered your counsel on to blame marijuana use truly precious! Thanks for sharing those insights. For extra, check out weed delivery same day

  7. FrankEmine表示:

    Deneme Bonusu Veren Siteler: Deneme Bonusu Veren Siteler – casino bahis siteleri

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

  9. Wallacefex表示:

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

  10. Rhoda Brown表示:

    I love how you broke down the distinctive kinds of concrete! Your insights are worthwhile. For more tips, go to concrete company

  11. SyjjPaish表示:

    Free shipping for Asian countries at what can you not take with mesalamine and save their dollars.

  12. Your way of describing the whole thing in this article
    is in fact good, every one be able to simply be aware of it, Thanks a
    lot.

  13. промокоды на изи дроп http://www.izi-drop-promokod.ru .

  14. op表示:

    Clubbing op

  15. DATA HK表示:

    Thanks for ones marvelous posting! I seriously
    enjoyed reading it, you may be a great author.
    I will ensure that I bookmark your blog and definitely will come back later on.
    I want to encourage you continue your great job, have a nice holiday weekend!

  16. вывод из запоя ростов на дону стационар http://www.vyvod-iz-zapoya-rostov229.ru .

  17. Are Linkbuilding Software The Best There Ever Was? seo backlink building software

  18. Wallacefex表示:

    casino bahis siteleri: slot oyunlarД± – Deneme Bonusu Veren Siteler

  19. The 10 Worst Evolution Slot Fails Of All Time Could Have
    Been Prevented 에볼루션코리아

  20. Link exchange is nothing else except it is just placing the other person’s weblog link on your page at suitable place
    and other person will also do same for you.

  21. Michaelcib表示:

    Portugal has long been a country known for producing exceptional talent in the world of sports. With a rich history in football, many athletes from this nation have achieved international fame through their incredible skills and accomplishments http://wp1065308.server-he.de/doku.php?id=_Lusitano_Horses:_The_Royal_Steeds_of_the_Iberian_Peninsula

  22. Слушайте, игроки!

    Желаете окунуться в мир онлайн-игр и получить действительные деньги? Тогда вам сюда! Список самых отличных игровых сайтов 2025

    Наш тг-аккаунт — ваш проводник в мир лучших интернет-игр в РФ! Мы подобрали топ-10 безопасных казино, где вы сумеете развлекаться на средства и получить свои призы без проблем.

    Что вас ожидает:

    Честные рекомендации и оценки Казино в России от настоящих участников. Отличная имя любого ресурса подтверждена годами и игроками. Бесплатная регистрация и быстрый вход на всех площадках. Активные копии для доступа к вашему предпочитаемому игровой площадке в каждый время. Мобильная программа для легкой проведения времени так угодно.

    Почему нам?

    Надежные и надежные игровые сайты с отличными условиями для развлечения. Гарантия ваших данных и транзакций обеспечена. Свежие обновления и обновления окружения виртуальных-развлечений в РФ.

  23. Dominique表示:

    Wow, amazing blog layout! How long have you been blogging for?
    you made blogging look easy. The overall look of your website is magnificent, let alone
    the content!

  24. You have made some good points there. I checked on the internet for more information about the issue and found most individuals will go along with your views on this site.

發佈留言

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