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,521,644 Responses

  1. Excellent weblog here! Also your website a lot up fast! What
    host are you the usage of? Can I get your associate link for your
    host? I wish my website loaded up as fast as yours lol

  2. エロ 人形表示:

    Then also, the fluttering contractions of the pelvic floor muscles canえろ 人形 help provide relief to some of those cramps in some women.

  3. Darrelherse表示:

    2024 en iyi slot siteleri: en guvenilir slot siteleri – slot siteleri guvenilir

  4. KevinSounc表示:

    http://sweetbonanza.network/# sweet bonanza slot

  5. This text is priceless. Where can I find out more?

  6. 10 Things That Your Family Teach You About Compact All Terrain Pram
    All Terrain Pram

  7. в одних 1win официальный сайт вход и вовсе под табу.

    Feel free to visit my homepage … https://1win-okn-official6.xyz/

  8. JackGed表示:

    Фонбет промокод на фрибет на сегодня промокод на ставку
    Для получения актуального промокода на фрибет на сегодня рекомендуется следить за обновлениями на сайте Фонбет. Примером такого промокода может быть ‘GIFT200’, который предоставляет новым пользователям бесплатные ставки. Эти фрибеты позволяют сделать ставки без риска потери собственных средств, увеличивая шансы на выигрыш.

  9. 10 Misconceptions Your Boss Holds About Incline Treadmill treadmills with incline (mukgonose.Exp.jp)

  10. KevinSounc表示:

    https://slotsiteleri.bid/# en iyi slot siteleri 2024

  11. Buzzwords De-Buzzed: 10 Other Methods To Say Mesothelioma Law Firm Mesothelioma law firms

  12. KevinSounc表示:

    http://denemebonusuverensiteler.win/# bonus veren siteler

  13. 913875表示:

    Why Adding White Electric Stove To Your Life’s Activities Will Make All The Difference 913875

  14. Floyd表示:

    What Do You Think? Heck Is Three Wheel Mobility Scooters Sale?
    3 wheeled scooter, Floyd,

  15. Darrelherse表示:

    slot siteleri guvenilir: slot siteleri guvenilir – en guvenilir slot siteleri

  16. Robot Vacuums With Lidar Explained In Fewer Than 140 Characters Lidar Explained

  17. evisa vietnam表示:

    Have you ever thought about including a little bit more than just your articles?
    I mean, what you say is valuable and everything.
    Nevertheless think of if you added some great visuals or videos
    to give your posts more, “pop”! Your content is excellent
    but with images and videos, this site could certainly
    be one of the best in its field. Superb blog!

  18. See What Best Coffee Machines With Pods Tricks The
    Celebs Are Using Best Coffee Machines With Pods

  19. It’s an remarkable article in support of all the online users; they will obtain benefit from it I am sure.

  20. капельница при алкогольной интоксикации на дому цена капельница при алкогольной интоксикации на дому цена .

  21. After looking over a few of the blog posts on your blog, I truly like your technique
    of writing a blog. I saved as a favorite it to my bookmark website
    list and will be checking back soon. Please check out my web site as
    well and let me know what you think.

  22. капельница от запоя нижний новгород капельница от запоя нижний новгород .

  23. Ten Myths About Private Adhd Assessment Near Me That Aren’t Always The Truth cost of Adhd assessment
    uk (cyberhosting30.com)

  24. Wonderful blog! I found it while browsing on Yahoo News.

    Do you have any tips on how to get listed in Yahoo News?
    I’ve been trying for a while but I never seem to get there!
    Many thanks

  25. You’ll Be Unable To Guess Espresso Coffee Maker’s Tricks espresso Coffee Maker

  26. Are You Responsible For An Adults Bunk Beds Uk Budget?
    10 Ways To Waste Your Money single bunk bed for adults

  27. drip coffee表示:

    Guide To Drip Coffee Machine: The Intermediate Guide In Drip Coffee
    Machine drip coffee

  28. 3 Ways In Which The Saab 9-3 Replacement Key Can Influence
    Your Life car Key repair shop

  29. 10 Things That Your Family Teach You About Sleeper Sofa Near Me Sleeper sofa near me

發佈留言

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