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,246,914 Responses

  1. AlbertDuM表示:

    Abortion pills online: cheapest cytotec – buy cytotec over the counter

  2. Узнай все о септопластика сколько стоитсколько стоит септопластика

  3. Trade Edge AI表示:

    Hello, I would like to subscribe for this website to obtain latest updates, therefore where can i do it please assist.

  4. When you are in need of Kanye West artwork, you’re sure to find a diverse range of stylish pieces.
    Whether it’s from his classic albums like Yeezus, and even to
    latest art pieces, there’s something for any type of poster enthusiast.

    A Kanye West poster really does improve your home decor.

  5. AlbertDuM表示:

    lisinopril 40 mg on line: lisinopril1st – lisinopril in india

  6. Don’t Buy Into These “Trends” Concerning Adult Store adult toys women; jesusforworld.space,

  7. AlbertDuM表示:

    Cost of Plavix on Medicare: buy Plavix Clo – plavix best price

  8. BernardMop表示:

    ivermectin 1 topical cream generic Stromectol ivermectin cream canada cost

  9. If you are looking for Kanye West artwork, you’re sure to find
    a huge variety of artistic prints. From his legendary records like 808s & Heartbreak, to modern prints, there’s something for every music lover.

    Kanye West print can elevate your interior.

  10. Donaldwed表示:

    Latest pill updates. Medicine details here.
    buy finasteride pills
    Pill effects listed. Comprehensive medication resource.

  11. LeonardKnism表示:

    кухни на заказ в спб — Кухни на заказ в Санкт-Петербурге: от классики до современного стиля.

  12. JacobLoody表示:

    кухня под заказ — Закажите кухню, которая будет сочетать стиль и функциональность.

  13. AlbertDuM表示:

    cheapest Lisinopril: lisinopril 20 12.5 mg – lisinopril 500 mg

  14. Nice post. I learn something new and challenging on sites I stumbleupon every day.
    It’s always useful to read through articles from other authors
    and practice a little something from other sites.

  15. Medicines prescribing information. Short-Term Effects.
    can you buy cheap seroquel no prescription
    All news about pills. Read now.

  16. AlbertDuM表示:

    buy cytotec pills online cheap: buy cytotec cytpremium – order cytotec online

  17. BernardMop表示:

    Cytotec 200mcg price cheapest cytotec buy cytotec pills online cheap

  18. Узнай все о септопластика и вазотомия стоимость в москвесептопластика носа цены

  19. Rosie Cox表示:

    Love just how you explained the importance of a strong CTA in content marketing! As an SEO professional, it is actually one thing I promote for too: search engine optimization specialist

  20. AlbertDuM表示:

    purchase stromectol online: buy Stromectol – ivermectin 250ml

  21. Anne Richards表示:

    Fantastic points about storm damage preparedness for roofing systems– certainly relevant with all these weather changes recently! little rock roof repair

  22. When you’re interested in Kanye West wall art, you
    will notice tons of stylish pieces. Featuring his top
    releases like The Life of Pablo, or even latest art pieces, you’ll discover something that suits every art collector.
    Kanye West print always will enhance your home decor.

  23. Spot on with this write-up, I seriously feel this site needs a lot more attention. I’ll probably be
    returning to see more, thanks for the advice!

發佈留言

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