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,230,294 Responses

  1. Jamison表示:

    What’s The Current Job Market For Gotogel Link Alternatif
    Professionals Like? gotogel link alternatif (Jamison)

  2. Handbags Tommy Hilfiger Tools To Improve Your Everyday Lifethe Only Handbags Tommy Hilfiger Trick Every Individual Should Learn Handbags Tommy Hilfiger

  3. WilliamRhype表示:

    http://ciprofloxacin.tech/# buy cipro cheap

  4. Jorg表示:

    10 Life Lessons We Can Learn From Double Glaze Repair Near Me replacement
    glass in double glazing (Jorg)

  5. I’m гeally impreѕsed with your writing sskills as well as ѡith the layout on your weblog.
    Is this a pɑid theme or did yoս ϲustomize it yourseⅼf?
    Anyway keеp up the excellent quality writing,
    it’s rarе to see a great blog like this one today.

    my ԝeƅpage – cheap outboard motors

  6. 5 Killer Quora Answers To Cheap Bunk Beds For Kids cheap bunk beds for kids

  7. penis表示:

    This is my first tіme goo tto see at here and i am genuіnely happy to read eᴠerthing at one place. https://Siakad.rokania.Ac.id/assets/?one=olislot

  8. chroma Case表示:

    How To Explain CSGO Weapon Case To A Five-Year-Old chroma Case

  9. This Is The Upvc Doors Leeds Case Study You’ll Never Forget
    Double Glazing Door Repairs

  10. The Most Significant Issue With Upvc Window Repairs And What You Can Do
    To Fix It Upvc window repairs Near me

  11. Davidtes表示:

    nolvadex for pct how to lose weight on tamoxifen nolvadex estrogen blocker

  12. RandallTaulp表示:

    tamoxifen adverse effects: what happens when you stop taking tamoxifen – tamoxifen premenopausal

  13. WilliamRhype表示:

    https://ciprofloxacin.tech/# ciprofloxacin generic

  14. Five Essential Qualities Customers Are Searching For In Every Masturbators
    Masturbater men

  15. ADHD Diagnosis UK Private: 11 Things You’re Leaving Out Adhd Private Assessment

  16. Burn calories表示:

    7 Things About Treadmill Home Gym You’ll
    Kick Yourself For Not Knowing Burn calories

  17. RandallTaulp表示:

    nolvadex during cycle: tamoxifen citrate – tamoxifen blood clots

  18. Davidtes表示:

    generic propecia cost of propecia without rx propecia tablet

  19. How To Solve Issues With Designer Handbags White Designer handbags london

  20. The Reasons Why Avon Online Shopping Will Be The Hottest Topic In 2023 avon uk online – 0553721256.Ussoft.kr,

  21. cabemanis88表示:

    No matter if some one searches for his necessary thing, therefore he/she needs to be available
    that in detail, so that thing is maintained over here.

  22. RandallTaulp表示:

    cytotec online: Cytotec 200mcg price – cytotec buy online usa

  23. Davidtes表示:

    order cytotec online buy cytotec online fast delivery Abortion pills online

  24. motor表示:

    It’s Time To Extend Your Car Replacement Key Options motor

  25. Davidtes表示:

    buy cytotec over the counter buy cytotec over the counter buy cytotec

  26. How Volvo Key Fob Became The Hottest Trend Of 2023 volvo s40 replacement key

  27. The 10 Scariest Things About Double Glazing Near Me Double glazing Near me

  28. Ronaldpsymn表示:

    https://ciprofloxacin.tech/# buy generic ciprofloxacin

  29. Ten Stereotypes About Window Repair Near That Aren’t Always The
    Truth Upvc window Repair near me

  30. Looking For Inspiration? Try Looking Up Under Counter Fridge fridge under counter

發佈留言

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