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,233,984 Responses

  1. Rickysem表示:

    reputable canadian online pharmacies Licensed Canadian Pharmacy legitimate canadian online pharmacies

  2. window repair表示:

    The 3 Greatest Moments In Window Glass Repairs History window repair

  3. Robin表示:

    See What Contemporary Wood Burning Stoves Tricks The Celebs Are Making Use Of contemporary wood burning stoves (Robin)

  4. Aileen表示:

    The 3 Most Significant Disasters In Top Table Freezer History
    best freezers (Aileen)

  5. Five Lost A Car Key Projects For Any Budget car key Lost No spare

  6. Rickysem表示:

    Online medicine order indian pharmacy fast delivery india online pharmacy

  7. “Ask Me Anything:10 Responses To Your Questions About Multi Fuel Stove multi-fuel range

  8. new表示:

    Ten Taboos About Repair Double Glazed Window You Should Never Share On Twitter new

  9. JustinCit表示:

    reputable indian online pharmacy http://indiaph24.store/# п»їlegitimate online pharmacies india
    indian pharmacy online

  10. This Is The Good And Bad About Defra Log Burner Affordable defra stoves

  11. Rickysem表示:

    п»їbest mexican online pharmacies cheapest mexico drugs mexico pharmacy

  12. Bedava Bahis表示:

    We are a gaggle of volunteers and opening a new scheme in our community.

    Your web site offered us with useful information to
    work on. You have done an impressive job and our entire community will be grateful to you.

  13. Ten Mesothelioma That Will Actually Improve Your Life asbestos Lawyer

  14. 20 Fun Informational Facts About Double Glazing Repairs Leeds
    Upvc window repair Leeds

  15. Rickysem表示:

    indian pharmacy online Cheapest online pharmacy buy medicines online in india

  16. Marcelabelp表示:

    http://mexicoph24.life/# mexico pharmacy

  17. Pedroereva表示:

    buying prescription drugs in mexico online: cheapest mexico drugs – reputable mexican pharmacies online

  18. Percylielp表示:

    О, этот сайт! Бесконечная череда страниц, наполненных буквами, словами и фразами, вроде как объединенных общей темой отзывы автошкола

  19. Pedroereva表示:

    mexican online pharmacies prescription drugs: Online Pharmacies in Mexico – buying prescription drugs in mexico online

  20. 17 Signs You Work With A+++ Tumble Dryer Heat Pump a+++ Tumble dryer heat pump (http://molchanovonews.ru/)

  21. Rickysem表示:

    Online medicine order reputable indian online pharmacy top 10 online pharmacy in india

  22. Nice blog here! Also your website loads up fast! What web host are you
    using? Can I get your affiliate link to your host? I wish
    my site loaded up as fast as yours lol

  23. The Worst Advice We’ve Seen About Beko Washing Machines New beko washing machines new – https://gm6699.com

  24. It’s The Fridge Freezer Case Study You’ll Never Forget
    american Style fridge freezer For sale

  25. Abe表示:

    The 10 Most Scariest Things About Classic Casino Slots
    classic casino slots (Abe)

  26. 10 Misconceptions Your Boss Has About Leeds Double Glazing upvc window hinge repair leeds

  27. Stevenrip表示:

    cheapest online pharmacy india: buy medicines from India – п»їlegitimate online pharmacies india

  28. Your mode of telling the whole thing in this paragraph is actually nice, every one be able to easily be aware of it,
    Thanks a lot https://formationmatieresdangereuses.com/formation-de-transport-de-matieres-dangereuses/

  29. This Is How Coffee Machine Nespresso Will Look Like In 10 Years Time travel nespresso machine

發佈留言

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