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,518,439 Responses

  1. WilsonVah表示:

    п»їpharmacie en ligne france: cialis sans ordonnance – vente de mГ©dicament en ligne

  2. XYGENYX, a licensing business ai detector free for teachers FDA-registered products.

  3. Dannyfut表示:

    dark web drug marketplace https://github.com/darknetmarketslist/darknetmarketslist dark web market links

  4. Jacobbep表示:

    trouver un mГ©dicament en pharmacie https://pharmaciemeilleurprix.com/# pharmacie en ligne avec ordonnance

  5. Real HGH Benefits (NewULife Hgh Gel Not Tested Yet).

    My web site – ai detector turnitin uk

  6. WilsonVah表示:

    Viagra sans ordonnance 24h suisse: Viagra gГ©nГ©rique sans ordonnance en pharmacie – Viagra sans ordonnance 24h suisse

  7. An artificial USP human growth hormone (somatropin).

    my homepage: heavy duty truck parts dayton ohio

  8. My brother suggested I might like this web site. He was entirely right.
    This post truly made my day. You can not imagine simply how much
    time I had spent for this info! Thanks!

    Feel free to surf to my homepage – what is aggravated sexual assault in texas

  9. What is New U Life SOMADERM Transdermal Gel.

    Also visit my web page: heavy duty truck parts jobs

  10. This web site definitely has all of the information and facts I
    wanted about this subject and didn?t know who to ask.

    my webpage sexual abuse lawyers near me

  11. infrared sauna benefits saunas
    vary in rate from $130 to $3,000.

  12. Jacobbep表示:

    vente de mГ©dicament en ligne https://kamagrameilleurprix.shop/# pharmacie en ligne fiable

  13. Richardprurf表示:

    http://pharmaciemeilleurprix.com/# pharmacie en ligne sans ordonnance
    pharmacie en ligne livraison europe

  14. The very best bacon flavored cbd oil for dogs
    products are made from top quality hemp CBD.

  15. NorbertKep表示:

    pharmacie en ligne sans ordonnance: pharmacie en ligne france – vente de mГ©dicament en ligne

  16. I really like it when people get together and share opinions.
    Great site, continue the good work!

    my page; sexual assault lawyers nyc

  17. XYGENYX, a licensing company ai detector free for teachers FDA-registered items.

  18. Jacobbep表示:

    Achat mГ©dicament en ligne fiable https://pharmaciemeilleurprix.com/# pharmacie en ligne pas cher

  19. WilsonVah表示:

    Achat mГ©dicament en ligne fiable: acheter mГ©dicament en ligne sans ordonnance – pharmacie en ligne france livraison internationale

  20. Hey just wanted to give you a brief heads up and let you know a few of the
    pictures aren’t loading properly. I’m not sure why but I think
    its a linking issue. I’ve tried it in two different internet browsers and both show the same outcome.

  21. NorbertKep表示:

    pharmacie en ligne fiable: pharmacie en ligne pas cher – pharmacies en ligne certifiГ©es

  22. Silver_Master表示:

    Предлагаю подискутировать о Финансах: zaimy-reshenie.ru

  23. Drugs information. What side effects can this medication cause?
    can i get generic chlorpromazine prices
    Some news about meds. Read information now.

發佈留言

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