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,517,777 Responses

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

    Look into my site; ppc management agency

  2. Allow me show you in my review of NewULife.

    Look into my page – ppc management agency

  3. Land 3 bonus signs to turn on the Pot Reward Video Game.

    Here is my website; online pokies real money

  4. In this instance, the life insurance policy company’s
    cash.

    Also visit my blog post … list of online Casinos real money Usa

  5. Perryzoozy表示:

    Prix du Viagra en pharmacie en France viagra sans ordonnance Viagra sans ordonnance livraison 24h

  6. Richardprurf表示:

    http://viagrameilleurprix.com/# Viagra gГ©nГ©rique sans ordonnance en pharmacie
    Pharmacie sans ordonnance

  7. The most effective CBD items are made from top
    quality hemp cbd Drops For cats.

  8. Thanks for another fantastic article. The place else may
    just anyone get that type types of assault charges in texas information in such a perfect
    manner of writing? I’ve a presentation next week, and I’m at
    the look for such information.

  9. XYGENYX, a licensing business for FDA-registered items.

    my web site … heavy duty truck parts dayton Ohio

  10. The most effective CBD products are made from top quality hemp
    cbd drops for cats.

  11. WilsonVah表示:

    trouver un mГ©dicament en pharmacie: Achat mГ©dicament en ligne fiable – pharmacie en ligne france pas cher

  12. The most effective CBD products are made from top quality hemp cbd oil for cats.

  13. A synthetic USP human growth hormone (somatropin).

    my webpage; big Truck parts store near me open now

  14. A synthetic USP human development hormonal agent (somatropin).

    Feel free to visit my web blog; ai detector turnitin free

  15. They are both different types of equity release plan.

    my web page lifetime mortgages explained

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

    Feel free to visit my web page heavy duty truck parts dallas tx

  17. Fantastic beat ! I would like to apprentice while you amend your site,
    how could i subscribe for a blog website?
    The account aided me a acceptable deal. I were tiny bit familiar of this your broadcast provided vibrant transparent concept.

    my blog post – what is aggravated sexual assault in texas

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

    Feel free to visit my blog ai detector turnitin online

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

    Here is my web-site: heavy duty truck parts odessa tx

  20. NewULife Ranks. Invite to my NewUlife Testimonial.

    Here is my blog: heavy duty truck parts midland tx

  21. I am curious to find out what blog system you happen to be utilizing?
    I’m having some small security issues with my latest blog and I’d like to find something more risk-free.

    Do you have any solutions?

    Here is my blog; sexual assault lawyers in texas

  22. Richardprurf表示:

    https://tadalafilmeilleurprix.shop/# pharmacie en ligne france livraison internationale
    pharmacie en ligne france livraison internationale

  23. The most effective CBD products are made from top notch hemp bacon flavored cbd oil for dogs.

  24. NorbertKep表示:

    Prix du Viagra 100mg en France: viagra en ligne – Viagra pas cher paris

發佈留言

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