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,229,124 Responses

  1. good表示:

    How To Tell The Good And Bad About Robot Vacuum Black
    Friday good

  2. Self Empty Robot Vacuum And Mop Tools To Help You Manage Your Daily Life Self Empty Robot Vacuum
    And Mop Trick That Everybody Should Learn Self empty robot vacuum and Mop

  3. RandallTaulp表示:

    nolvadex pills: what happens when you stop taking tamoxifen – tamoxifen mechanism of action

  4. RandallTaulp表示:

    cytotec buy online usa: cytotec pills online – cytotec buy online usa

  5. RandallTaulp表示:

    cost of lisinopril 30 mg: where to buy lisinopril online – zestril over the counter

  6. 10 Things Competitors Teach You About Auto Folding Mobility Scooter 4 wheel auto Folding Scooter

  7. Cabemanis88表示:

    I’m gone to tell my little brother, that he should also pay
    a visit this blog on regular basis to get updated from most up-to-date information.

  8. Alonzo表示:

    The Reasons Private Diagnosis For ADHD Is Quickly Becoming The Hottest Trend Of 2023 cheap private
    adhd assessment (Alonzo)

  9. OLaneevige表示:

    В нашем мире, где диплом – это начало успешной карьеры в любой сфере, многие пытаются найти максимально быстрый и простой путь получения качественного образования. Важность наличия официального документа трудно переоценить. Ведь именно диплом открывает двери перед всеми, кто собирается начать трудовую деятельность или продолжить обучение в ВУЗе.
    Мы предлагаем максимально быстро получить любой необходимый документ. Вы можете купить диплом нового или старого образца, что является отличным решением для всех, кто не смог завершить обучение, потерял документ или желает исправить плохие оценки. Каждый диплом изготавливается аккуратно, с максимальным вниманием ко всем деталям. В результате вы сможете получить 100% оригинальный документ.
    Превосходство этого решения состоит не только в том, что вы быстро получите диплом. Весь процесс организован удобно, с нашей поддержкой. От выбора требуемого образца документа до правильного заполнения личной информации и доставки в любой регион России — все находится под абсолютным контролем качественных мастеров.
    Для тех, кто ищет максимально быстрый способ получения требуемого документа, наша компания может предложить выгодное решение. Купить диплом – это значит избежать долгого процесса обучения и не теряя времени переходить к достижению собственных целей, будь то поступление в ВУЗ или начало карьеры.

    https://diploman-rossiya.com

  10. A Guide To Slot Apps In 2023 mobile-friendly Slots (mariskamast.net)

  11. The Main Problem With Private Psychiatric Assessment And What You Can Do To Fix It Psychiatric Patient Assessment

  12. 10 Things You Learned In Preschool That Will Help You With Window Repairs
    Leeds Composite Door Repairs Leeds

  13. RandallTaulp表示:

    buy cytotec online: order cytotec online – cytotec abortion pill

  14. Ronaldpsymn表示:

    http://nolvadex.life/# natural alternatives to tamoxifen

  15. WilliamRhype表示:

    https://nolvadex.life/# nolvadex pills

  16. WilliamRhype表示:

    http://ciprofloxacin.tech/# buy cipro online canada

  17. WilliamRhype表示:

    http://nolvadex.life/# tamoxifen endometriosis

  18. Private Adhd Assessment Uk Tools To Improve Your Daily LifeThe One Private Adhd Assessment Uk Technique Every Person Needs To Be
    Able To Private Adhd Assessment

  19. RandallTaulp表示:

    rx propecia: cost generic propecia without dr prescription – buying propecia price

  20. A The Complete Guide To Folding Mobility Scooters From Start To Finish
    foldable mobility Scooter Lightweight

  21. Davidtes表示:

    buy cytotec online fast delivery buy misoprostol over the counter cytotec pills buy online

  22. racun88表示:

    It’s an remarkable piece of writing in support of all the online viewers; they will take benefit from it I am sure.

  23. Ronaldpsymn表示:

    http://nolvadex.life/# what is tamoxifen used for

  24. RandallTaulp表示:

    buying propecia without insurance: get propecia – get cheap propecia

  25. Davidtes表示:

    ciprofloxacin 500mg buy online ciprofloxacin over the counter cipro for sale

  26. Can Anyone Buy A Mobility Scooter: 11 Thing You’re Leaving Out Best Mobility Scooter For Heavy Adults

  27. WilliamRhype表示:

    http://lisinopril.network/# lisinopril 4 mg

  28. You’ll Never Guess This Dreame L30 Ultra Review’s Tricks dreame l30 ultra Review

  29. WilliamRhype表示:

    http://finasteride.store/# buying cheap propecia without rx

  30. Davidtes表示:

    prinivil lisinopril buy lisinopril without prescription lisinopril pill 5 mg

發佈留言

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