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,519,862 Responses

  1. Sonya表示:

    The 10 Most Terrifying Things About Bifold Door Roller Replacement bifold door roller replacement (Sonya)

  2. The 10 Most Terrifying Things About Repair Bifold Door Top Pivot repair Bifold door Top pivot

  3. KevinSounc表示:

    http://sweetbonanza.network/# sweet bonanza free spin demo

  4. Medicament information sheet. Long-Term Effects.
    can i buy generic actos price
    Some information about medicines. Read information here.

  5. I’m amazed, I have to admit. Seldom do I encounter a
    blog that’s both equally educative and interesting,
    and without a doubt, you’ve hit the nail on the head.
    The issue is something too few people are speaking intelligently about.
    I am very happy I stumbled across this in my search
    for something relating to this.

  6. These Are Myths And Facts Behind Ford Spare Key ford ka key fob (tony-sheryl.com)

  7. RichardBek表示:

    משחרר, פשוט הזמן נערות ליווי. הגברים של חיפה מזמינים אותן לדירתם או אל בית המלון, ושם נהנים יחדיו מבילוי אינטימי ומרגש. כאשר יכול להתאים לשלב שבו הם נמצאים כרגע? והפתרון הוא נערת ליווי, בעזרתה ניתן לחקור פנטזיות שונות ולהצית מחדש את העניין ביחסי דירות דיסקרטיות פרטי

  8. Darrelherse表示:

    oyun siteleri slot: guvenilir slot siteleri – guvenilir slot siteleri

  9. Darrelherse表示:

    deneme bonusu veren siteler: deneme bonusu veren siteler – bonus veren slot siteleri

  10. KevinSounc表示:

    https://slotsiteleri.bid/# oyun siteleri slot

  11. Ten Adults ADHD Test-Related Stumbling Blocks You Shouldn’t Post On Twitter adhd testing Online

  12. See What New Ferrari Key Fob Tricks The Celebs Are
    Utilizing ferrari key Fob

  13. Link togel表示:

    The 10 Most Scariest Things About Link Togel Link togel

  14. incest porn表示:

    porn cannibalism

  15. Darrelherse表示:

    en iyi slot siteleri 2024: en iyi slot siteleri 2024 – slot bahis siteleri

  16. 1xbet表示:

    great issues altogether, you simply received a new reader.
    What would you recommend in regards to your post that you simply made
    a few days ago? Any sure?

    Also visit my website :: 1xbet

  17. What Is The Future Of Under The Cabinet Wine Fridge Be Like In 100 Years?
    kitchen Wine fridge

  18. tgslot表示:

    For the reason that the admin of this website is
    working, no uncertainty very shortly it will be renowned, due to its feature
    contents.

  19. Why You Should Focus On Improving Wine Cooler And Fridge Wine chiller electric

  20. Howdy! This post couldn’t be written any better! Reading through this post reminds me of my
    good old room mate! He always kept talking about
    this. I will forward this write-up to him.
    Pretty sure he will have a good read. Thank you
    for sharing!

  21. funventure.eu表示:

    The Motive Behind Kia Key Fob Has Become The Obsession Of Everyone In 2023 kia Spare
    key cost (funventure.eu)

  22. 10 Factors To Know About Mesothelioma Law You
    Didn’t Learn In The Classroom mesothelioma lawsuits

  23. Darrelherse表示:

    slot siteleri bonus veren: casino slot siteleri – casino slot siteleri

  24. 12 Stats About Saab Replacement Keys Uk To Make You Think Smarter About Other People
    saab key replacement cost

  25. Margo表示:

    A Provocative Rant About Self-Emptying Robot Vacuum For Pets best deal on self emptying robot vacuum (Margo)

  26. Why visitors still use to read news papers when in this technological world everything
    is existing on web?

  27. Medicament information sheet. Effects of Drug Abuse.
    cost cefuroxime prices
    All news about medication. Get here.

  28. Darrelherse表示:

    slot siteleri 2024: canl? slot siteleri – slot siteleri guvenilir

  29. 5 Laws Anybody Working In Sectional Sofas Should Know Reversible sectional sofa

發佈留言

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