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,231,617 Responses

  1. Rickysem表示:

    mexico drug stores pharmacies mexico pharmacy mexican mail order pharmacies

  2. Pedroereva表示:

    medicine in mexico pharmacies: mexican mail order pharmacies – buying prescription drugs in mexico

  3. 11 Ways To Completely Sabotage Your Online Shopping Top 7 Pacon 103423 Tru-Ray Construction Paper

  4. Birth defect表示:

    9 Things Your Parents Taught You About Birth Defect Lawyer Birth defect

  5. What Is Everyone Talking About Buy A Mobility Scooter
    Near Me Right Now buy mobility scooter accessories

  6. Waylon表示:

    20 Important Questions To Have To Ask About Combination Washer And Dryers Prior To Purchasing
    Combination Washer And Dryers washer (Waylon)

  7. 9 . What Your Parents Teach You About Mesothelioma Lawyers Mesothelioma lawyer

  8. Marcelabelp表示:

    http://mexicoph24.life/# mexican pharmacy

  9. JustinCit表示:

    cheapest online pharmacy india http://indiaph24.store/# buy medicines online in india
    world pharmacy india

  10. Rickysem表示:

    mail order pharmacy india pharmacy website india indian pharmacy

  11. Florian表示:

    7 Effective Tips To Make The Profits Of Your Double Glazed Window Leeds window
    hinge repair leeds (Florian)

  12. QH88表示:

    Nice blog here! Additionally your website quite a bit up fast!

    What host are you the use of? Can I get your affiliate link
    to your host? I want my site loaded up as fast as yours
    lol

  13. Marcelabelp表示:

    http://indiaph24.store/# reputable indian online pharmacy

  14. The 10 Most Terrifying Things About Best Slot Machines casino slot tournaments

  15. Immigrating to Canada is a popular choice for many people worldwide. Canada offers a wide range of immigration opportunities through both work and family programs. Additionally, the country is renowned for its friendly immigration policies and open communities.

  16. Incontestable Evidence That You Need Leeds Windows And Doors Upvc door repairs meanwood

  17. Marcelabelp表示:

    https://indiaph24.store/# top online pharmacy india

  18. Don’t Buy Into These “Trends” Concerning Double Glazed Windows Near Me replacement double Glazed glass (almeida-shoemaker-2.technetbloggers.de)

  19. What The 10 Most Stupid Double Glazing Fitters Near Me Mistakes Of All Time Could Have
    Been Avoided double glazing window handles

  20. 5 Killer Quora Answers To Patio Door Installers In London patio door installers in london

  21. JustinCit表示:

    india online pharmacy https://indiaph24.store/# world pharmacy india
    top 10 online pharmacy in india

  22. case esports表示:

    Some Of The Most Common Mistakes People Make With CS GO Cases Opening case esports

  23. See What Double Glazing Repairs Near Me Tricks The Celebs Are Making Use Of double Glazing repairs near me

  24. play fortuna表示:

    Итак, у Вас уже есть собственный интернет-планшет, и Вы считаете,
    что он самый лучший?

  25. How To Outsmart Your Boss Cheap Used Mobility Scooters For Sale
    Near Me second mobility scooters for sale

  26. Marcelabelp表示:

    https://canadaph24.pro/# canadian compounding pharmacy

  27. Five Killer Quora Answers To Best Seo Link Building Software link building software

  28. You’ll Never Guess This Double Glazing Repair Leeds’s Secrets double glazing repair leeds

發佈留言

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