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,237,925 Responses

  1. See What Car Key Replacement Near Me Tricks The Celebs Are Making Use Of Car Key replacement near me

  2. Jorgeagopy表示:

    mail order pharmacy india: Order medicine from India to USA – online shopping pharmacy india

  3. StephenDeery表示:

    That is very interesting, You’re an excessively professional blogger. I’ve joined your feed and stay up for in quest of more of your magnificent post. Also, I have shared your web site in my social networks

    накрутка поведенческих факторов без заданий

  4. kiện google表示:

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

  5. LeroyBak表示:

    indian pharmacy Best online Indian pharmacy online shopping pharmacy india

  6. The Ultimate Glossary On Terms About Coffee Machine Coffee Machines Small

  7. When someone writes an post he/she maintains
    the plan of a user in his/her brain that how a user can be aware
    of it. Therefore that’s why this paragraph is great.
    Thanks!

  8. DevonPhack表示:

    https://mexicanpharm24.cheap/# mexican pharmaceuticals online
    online medications

  9. LeroyBak表示:

    buying from online mexican pharmacy mexico pharmacy mexican pharmaceuticals online

  10. Diplomi_pfEn表示:

    купить диплом среднее образование купить диплом среднее образование .

  11. Lazrwuz表示:

    Как избежать рисков при покупке диплома колледжа или ПТУ в России
    quizduellforum-test.de/index.php?action=post2;start=0;board=7

  12. HOKIMULU表示:

    Great information. Lucky me I found your blog by chance (stumbleupon).
    I’ve saved as a favorite for later!

  13. DevonPhack表示:

    http://mexicanpharm24.cheap/# mexican online pharmacies prescription drugs
    buy cheap prescription drugs online

  14. sule88表示:

    It’s an remarkable paragraph designed for all the internet visitors; they will get benefit from it I am sure.

  15. Solutions To The Problems Of Land Rover Discovery 3 Key Fob Replacement land Rover freelander key replacement

  16. Appreciate it! An abundance of stuff!

    Check out my website: https://www.youtube.com/

  17. DevonPhack表示:

    http://pharm24.pro/# the best ed drug
    non prescription ed drugs

  18. BrandonSaisy表示:

    male enhancement: cheap prescription drugs – ed men

  19. Lazrrdg表示:

    Узнайте, как приобрести диплом о высшем образовании без рисков

    kanon.kabb.ru/viewtopic.php?f=50&t=3039

  20. Jorgeagopy表示:

    п»їbest mexican online pharmacies: mexico pharmacy cheap – mexico drug stores pharmacies

  21. Diplomi_nuEn表示:

    купить диплом мэи orik-diploms.ru .

  22. Jorgeagopy表示:

    medicine in mexico pharmacies: mexico pharmacy cheap – mexican online pharmacies prescription drugs

  23. Www.google.at表示:

    You’ll Be Unable To Guess Car Keys Repair Near
    Me’s Tricks Car keys repair (http://Www.google.at)

  24. 10 Meetups About Car Wreck Attorney You Should Attend car wreck
    lawyer near me (minecraftcommand.science)

  25. 10 Things We Hate About French Door Fridge Freezer 900mm Wide french door Fridge harvey Norman

  26. Hey! This is my first visit to your blog! We are a team of volunteers and starting a new project in a community in the same niche.

    Your blog provided us useful information to work on. You
    have done a extraordinary job!

  27. LeroyBak表示:

    п»їlegitimate online pharmacies india Indian pharmacy online п»їlegitimate online pharmacies india

  28. The Most Common Renault Key Fob Mistake Every Beginner Makes Renault kadjar Key

發佈留言

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