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,520,026 Responses

  1. Hello my friend! I want to say that this post is amazing, great written and
    include approximately all important infos. I’d like to see more posts like this .

    Feel free to surf to my website Sexual misconduct lawyers near me

  2. I really like it when individuals get together and share views.
    Great website, stick with it!

    Here is my blog – best sexual assault lawyers near me

  3. Authentic HGH Perks (NewULife Hgh Gel Not Tested Yet).

    My site; ai detector for essays

  4. What is New U Life SOMADERM Transdermal Gel.

    Feel free to visit my blog post :: Nagad88 Online Casino Bangladesh

  5. USP human growth hormonal agent (somatropin).

    Also visit my website :: business attorney in miami

  6. USP human growth hormonal agent (somatropin).

    Feel free to visit my web page Is it Illegal to play online casino in australia

  7. Genuine HGH Benefits (NewULife Hgh Gel Not Examined Yet).

    Also visit my page – google ads agency

  8. Land 3 reward icons to trigger the Jackpot Reward Game.

    Feel free to visit my webpage online slots nz And online Pokies nz

  9. In this situation, the life insurance firm’s money.

    My web site google ads Agency

  10. Richardprurf表示:

    https://tadalafilmeilleurprix.com/# acheter mГ©dicament en ligne sans ordonnance
    п»їpharmacie en ligne france

  11. This excellent website truly has all of the information I wanted about
    this subject and didn?t know who to ask.

    my blog – best sexual harassment lawyers Nyc

  12. Richardprurf表示:

    https://viagrameilleurprix.com/# Viagra sans ordonnance 24h suisse
    pharmacie en ligne france fiable

  13. The best CBD products are made from high-grade hemp bacon flavored cbd oil for dogs.

  14. infrared Sauna review saunas
    range in cost from $130 to $3,000.

  15. What is New U Life SOMADERM Transdermal Gel.

    Have a look at my webpage – covington heavy duty truck parts panama city florida

  16. I am curious to find out what blog system you happen to be
    using? I’m having some small security problems with my latest site and I would like to find something more risk-free.

    Do you have any suggestions?

    my webpage :: top sexual assault lawyers near me

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

  18. NorbertKep表示:

    trouver un mГ©dicament en pharmacie: cialis prix – pharmacie en ligne france livraison internationale

  19. NewULife Ranks. Invite to my NewUlife Review.

    Here is my blog: Ai Detector Turnitin Test

  20. The very best cbd oil for cats products are made from high-grade hemp CBD.

  21. Just what I was searching for, regards for posting.

    Feel free to surf to my blog; Sexual harassment lawyers near me free Consultation

  22. In this case, the life insurance policy firm’s loan.

    Here is my web site: heavy duty truck parts store near me

發佈留言

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