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,419,644 Responses

  1. In this case, the life insurance company’s money.

    my homepage – nib foundation logo

  2. Motorcyclist tees custom vector t shirt design near me
    design.

  3. Designers from worldwide pitch you ideas.

    My blog post t shirt design app for pc

  4. Charlesrab表示:

    Viagra vente libre pays Meilleur Viagra sans ordonnance 24h Viagra gГ©nГ©rique sans ordonnance en pharmacie

  5. Bookmarks表示:

    In this case, the life insurance business’s money.

    Here is my site; Bookmarks

  6. Bookmarks表示:

    Then team up individually to produce a custom-made t-shirt.

    My web site: Bookmarks

  7. Bookmarks表示:

    Typeography TShirt Layout Instance Bootstrapping.

    Here is my web blog :: Bookmarks

  8. Good quality tee shirts and excellent print top quality.

    my web-site: t shirt design ideas for cricut

  9. NewULife Ranks. Invite to my NewUlife Testimonial.

    My webpage :: are night vision goggles legal

  10. NewULife Ranks. Welcome to my NewUlife Testimonial.

    Also visit my web site: are Night vision Goggles Illegal in the uk

  11. USP human growth hormonal agent (somatropin).

    My homepage vigabatrin rems patient enrollment

  12. In this case, the life insurance company’s loan.

    my blog post; Vigabatrin ocular side effects

  13. of course like your website however you have to test the spelling on several of your posts.
    Many of them are rife with spelling issues and I find it very troublesome
    to tell the reality nevertheless I’ll certainly come again again.

    Check out my blog post – carinsurancetips2.z1.web.core.windows.net

  14. Bookmarks表示:

    NewULife Ranks. Invite to my NewUlife Evaluation.

    my web site – Bookmarks

  15. Sweet Bonanza Free Spins Feature – How It Works Unlock the exciting free spins feature in Sweet Bonanza and enjoy higher chances of landing huge multipliers and combos. Learn how to trigger the free spins for even more sweet rewards!
    slot bonanza

  16. Bookmarks表示:

    USP human growth hormone (somatropin).

    my web page – Bookmarks

  17. mzplay表示:

    Spot on with this write-up, I truly suppose this web site needs far more consideration. I?ll probably be again to read rather more, thanks for that info.

  18. XYGENYX, a licensing company for FDA-registered products.

    Feel free to surf to my site; vigabatrin brand name in india

  19. Eric表示:

    XYGENYX, a licensing company for FDA-registered products.

    Here is my web site Bookmarks (Eric)

  20. Authentic HGH Advantages (NewULife Hgh Gel Not Evaluated Yet).

    Here is my webpage; purpose of Foundation makeup

  21. Drag competing tshirt by dxterity designs on instagram.

    my page; t shirt design Ideas diy

  22. In this instance, the life insurance policy business’s
    cash.

    Here is my page :: how does vigabatrin work

  23. XYGENYX, a licensing firm for FDA-registered products.

    My web site :: vigabatrin rems patient enrollment form

  24. USP human growth hormonal agent (somatropin).

    my homepage – nib foundation grants

  25. The bigger Slim battery, terrific for longer runtimes.

    Feel free to visit my site; gen2 foil drive assist max

  26. What is New U Life SOMADERM Transdermal Gel.

    Check out my site: vigabatrin rems provider

  27. What Is Double Glazed Glass Replacement And Why You Should Consider Double Glazed Glass
    Replacement replacement glass for a window, https://roy-stevenson.Hubstack.net/,

  28. Our group of Personal Injury Attorney prepares to aid you.

    Stop by my site truck accident lawyer chicago il

  29. In this situation, the life insurance business’s cash.

    Take a look at my homepage: nib foundation nz

發佈留言

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