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...

869,511 Responses

  1. Rickysem表示:

    top 10 pharmacies in india world pharmacy india pharmacy website india

  2. customer表示:

    Become A Avon Representative Strategies That Will Change Your Life
    customer

  3. Bmw Spare Key表示:

    The Next Big New Bmw Spare Key Cost Industry Bmw Spare Key

  4. 7 Simple Tips To Totally Rocking Your Replacement Key For Audi audi q7 Replacement key

  5. The Biggest Problem With Motor Vehicle Law, And How You Can Fix It
    Motor Vehicle Accident lawyers

  6. veleco表示:

    The 10 Most Scariest Things About Veleco Mobility Scooters veleco

  7. 15 Bizarre Hobbies That’ll Make You Smarter At Audi A4 Key Replacement car key cover audi

  8. 7 Essential Tips For Making The Most Of Your Audi A1 Key Replacement audi a1 Key replacement

  9. Rickysem表示:

    mexican border pharmacies shipping to usa Mexican Pharmacy Online medicine in mexico pharmacies

  10. What Is The Evolution Of Double Glazed Window Replacement Near Me Double glazed window Locks

  11. Credit and bank cards (visa and mastercard): The process of
    withdrawal finance can take from 1 to seven working
    days, what meets standard banking procedures online casino Betwinner.

    Also visit my blog :: Betwinner top bets

  12. Rickysem表示:

    mexican border pharmacies shipping to usa Online Pharmacies in Mexico mexican border pharmacies shipping to usa

  13. 15 Documentaries That Are Best About CSGO Cases Opening shattered Web case

  14. Undeniably believe that which you said. Your favorite reason seemed to be on the net the simplest thing to
    be aware of. I say to you, I definitely get irked while people consider worries that they plainly don’t know about.

    You managed to hit the nail upon the top as well as defined out the whole thing without having side effect , people
    can take a signal. Will likely be back to get more. Thanks

  15. Expert Advice On 18 Wheeler Wreck Lawyer From A
    Five-Year-Old 18 Wheeler Accidents

  16. Do You Think What Cases Are Being Dropped CSGO Ever Be The
    King Of The World? revolution case [https://salinas-Eaton-2.mdwrite.net]

  17. Rickysem表示:

    indian pharmacy online buy medicines from India online shopping pharmacy india

  18. Rickysem表示:

    reputable mexican pharmacies online mexico pharmacies prescription drugs buying prescription drugs in mexico

  19. Michaelcew表示:

    http://mexicoph24.life/# mexican online pharmacies prescription drugs

  20. Cortney表示:

    Pay Attention: Watch Out For How Semi Truck Attorney Is Taking Over And What Can We Do About It semi truck accidents – Cortney,

  21. Smog check表示:

    Thank you a lot for sharing this with all of us you
    really recognise what you are speaking about!
    Bookmarked. Please also visit my web site =). We can have a hyperlink trade arrangement between us

  22. How Cerebral Palsy Settlement Influenced My Life For The
    Better cerebral Palsy Lawsuit

  23. “The Ultimate Cheat Sheet” On Sofa Sets For
    Sale modern Couches for Sale

  24. Result SDY表示:

    Hey there would you mind letting me know which webhost
    you’re working with? I’ve loaded your blog in 3
    different web browsers and I must say this blog loads a lot faster then most.
    Can you suggest a good web hosting provider at
    a honest price? Thanks, I appreciate it!

  25. Truly tons of useful information!

  26. Ten Upvc Window Repairs That Really Change Your Life Upvc Window repairs

發佈回覆給「Michaelcew」的留言 取消回覆

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