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,362 Responses

  1. They have items to offer or services to offer.

    Have a look at my web page – nib not working

  2. XYGENYX, a licensing firm for FDA-registered items.

    My web blog; nib foundation logo

  3. Individuals put on tees to do whatever: Stroll the pet dog.

    Feel free to surf to my website :: T Shirt Design Template

  4. Darryl表示:

    USP human development hormone (somatropin).

    Feel free to surf to my web site: Bookmarks (Darryl)

  5. USP human development hormonal agent (somatropin).

    Here is my website: vigabatrin negative effects

  6. Bookmarks表示:

    An artificial USP human development hormonal agent (somatropin).

    Review my blog … Bookmarks

  7. Bookmarks表示:

    Real HGH Advantages (NewULife Hgh Gel Not Examined Yet).

    Also visit my homepage – Bookmarks

  8. Charlesrab表示:

    pharmacie en ligne france fiable acheter mГ©dicament en ligne sans ordonnance pharmacie en ligne sans ordonnance

  9. Let me reveal you in my evaluation of NewULife.

    Also visit my homepage is it illegal to own night vision goggles

  10. USP human growth hormone (somatropin).

    Feel free to visit my web site – replacement windows costco

  11. A synthetic USP human development hormone (somatropin).

    Look into my webpage; what is vigabatrin

  12. Armando表示:

    NewULife Ranks. Invite to my NewUlife Evaluation.

    Take a look at my site :: nib foundation nz (Armando)

  13. Bookmarks表示:

    The larger Slim battery, great for longer runtimes.

    my web site :: Bookmarks

  14. NewULife Ranks. Welcome to my NewUlife Review.

    Stop by my blog :: can a foundation apply for grants

  15. They have items to market or services to provide.

    Here is my site: vigabatrin Severe Side effects

  16. In this case, the life insurance firm’s cash.

    Feel free to surf to my homepage volkswagen service station near me

  17. Drag competing tshirt by dxterity designs on instagram.

    Here is my homepage; t shirt design app reddit

  18. Allow me reveal you in my review of NewULife.

    Check out my website – how to pronounce vigabatrin

  19. Then work together one-on-one to produce a custom-made t shirt design website ai-shirt.

  20. Bookmarks表示:

    Brandbusters TShirt Style Project Entry.

    Also visit my web site – Bookmarks

  21. They have products to sell or services to supply.

    Also visit my webpage … purpose of foundation makeup

  22. They have products to market or services to provide.

    My site – rustic wedding venues south texas

  23. Bookmarks表示:

    A synthetic USP human growth hormone (somatropin).

    Here is my web-site :: Bookmarks

  24. An artificial USP human growth hormonal agent (somatropin).

    Here is my web site Nib makeup Foundation

  25. NewULife Ranks. Welcome to my NewUlife Review.

    Also visit my web site … what is vigabatrin

  26. Designers from worldwide pitch you concepts.

    My web site; t shirt design near me

  27. Big Wins in Sweet Bonanza – Success Stories Hear real success stories from players who hit big in Sweet Bonanza. Learn how they triggered huge multipliers and free spins to take home massive rewards!
    slot bonanza

  28. USP human development hormone (somatropin).

    my webpage … sabril mechanism of action

  29. High quality tee shirts and superb print high quality.

    My webpage … t shirt Design website template free

發佈留言

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