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,231,192 Responses

  1. The Best Double Glazing London Tricks To Rewrite
    Your Life lock Repair london

  2. 20 Truths About Work From Home Jobs Evening: Busted work from home jobs In manchester

  3. Rickysem表示:

    canadian world pharmacy Licensed Canadian Pharmacy canadian drugs

  4. Pedroereva表示:

    mexican pharmaceuticals online: mexican pharmacy – mexican online pharmacies prescription drugs

  5. Do you have a spam issue on this website; I also am a blogger, and I was wondering
    your situation; many of us have created some nice practices
    and we are looking to exchange techniques with other folks, be
    sure to shoot me an email if interested.

  6. What’s The Current Job Market For Walking Machine For
    Desk Professionals Like? walking machine for desk

  7. Are Local SEO Expert Near Me As Important As Everyone
    Says? local seo near me

  8. 15 Up-And-Coming Starter Kit Avon Bloggers You Need To Be Keeping An Eye On Starter Kit Avon

  9. Michaelcew表示:

    https://mexicoph24.life/# buying prescription drugs in mexico online

  10. Pedroereva表示:

    buying prescription drugs in mexico online: mexican pharmacy – buying from online mexican pharmacy

  11. click here表示:

    Nice post. I was checking constantly this blog and I am impressed!

    Very helpful information specially the last part 🙂
    I care for such info much. I was looking for this certain information for a long
    time. Thank you and good luck.

  12. JustinCit表示:

    Online medicine order https://indiaph24.store/# buy medicines online in india
    reputable indian online pharmacy

  13. Marcelabelp表示:

    http://indiaph24.store/# indian pharmacy online

  14. A Trip Back In Time The Conversations People Had About Bmw Replacement
    Key 20 Years Ago Bmw Replacement Key Cost

  15. JustinCit表示:

    top 10 pharmacies in india http://indiaph24.store/# online pharmacy india
    world pharmacy india

  16. Stevenrip表示:

    canadian pharmacy online reviews: Certified Canadian Pharmacies – canada pharmacy reviews

  17. Rickysem表示:

    canadian pharmacies canadian pharmacy checker buying drugs from canada

  18. java burn表示:

    Hi there, i read your blog from time to time
    and i own a similar one and i was just wondering if you get a lot of spam feedback?
    If so how do you prevent it, any plugin or anything you can suggest?

    I get so much lately it’s driving me crazy so any assistance is very much appreciated.

  19. But it is not like a strict 9-to-5 so it nevertheless provides some amount of flexibility.

    Here is my blog; https://dayrasharif.com/the-ultimate-guide-to-finding-part-time-event-opportunities/

  20. Misted表示:

    5 Laws That Can Benefit The Upvc Window Repair Near Me Industry
    Misted

  21. Hey! I could have sworn I’ve been to this blog before but after browsing through some of
    the post I realized it’s new to me. Anyhow, I’m definitely
    delighted I found it and I’ll be bookmarking and
    checking back often!

  22. Marcelabelp表示:

    http://mexicoph24.life/# best online pharmacies in mexico

  23. 10 Things Everyone Makes Up About Mesothelioma Attorney Asbestos Lawyer

  24. Stevenrip表示:

    canada rx pharmacy world: Licensed Canadian Pharmacy – legit canadian online pharmacy

  25. Rickysem表示:

    online pharmacy india indian pharmacy top online pharmacy india

  26. JustinCit表示:

    indian pharmacy https://indiaph24.store/# п»їlegitimate online pharmacies india
    india pharmacy

  27. Why Is Everyone Talking About Where To Buy Electronics Online Right Now Speedo Size 32 Uk

  28. Rickysem表示:

    canadian pharmacy meds review Prescription Drugs from Canada canadian pharmacy 365

  29. alpha tonic表示:

    I think this is among the most important info for me.
    And i am glad reading your article. But wanna remark on some general things,
    The web site style is great, the articles is really nice :
    D. Good job, cheers

  30. fitters表示:

    Learn More About Repair Misted Double Glazing Near Me While You Work
    From At Home fitters

發佈留言

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