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,376,863 Responses

  1. Why ADHD Diagnosis UK Is More Difficult Than You Think where to get adhd diagnosed

  2. 10 Things You Learned In Kindergarden Which Will Aid You In Obtaining
    Ghost Immobiliser Birmingham What Is A Ghost Immobiliser

  3. BarryDof表示:

    https://ozempic.art/# buy ozempic

  4. Профессиональный сервисный центр по ремонту сигвеев в Москве.
    Мы предлагаем: вызвать мастера по ремонту сигвеев
    Наши мастера оперативно устранят неисправности вашего устройства в сервисе или с выездом на дом!

  5. Excellent beat ! I wish to apprentice while you amend your site, how could i subscribe for a weblog web site?
    The account helped me a acceptable deal. I were tiny bit acquainted of
    this your broadcast provided brilliant transparent
    concept

    My web site mega333mq5acolj7rw726jjy6g3ihgsmnhlfuuk6cd2267jbohhc4aqd.onion

  6. See What Collapsible Mobility Scooter Tricks The Celebs Are Utilizing collapsible mobility Scooter

  7. HaroldBig表示:

    buy semaglutide pills: semaglutide cost – rybelsus cost

  8. As the admin of this web page is working, no uncertainty very rapidly it will be
    renowned, due to its feature contents.

    Feel free to visit my blog post เรียนดำน้ำ

  9. Unlike some cosmetics and supplements, these drugs have actually been well-researched and are
    securely managed by the FDA.

  10. Jeremypag表示:

    buy ozempic buy cheap ozempic ozempic cost

  11. rpg games表示:

    It is the best time to make some plans for the future and it’s time to be
    happy. I’ve learn this publish and if I may I wish to recommend you some attention-grabbing things or advice.
    Maybe you could write subsequent articles regarding this article.
    I wish to read more issues approximately it!

  12. Way cool! Some extremely valid points! I appreciate you
    writing this article plus the rest of the website is also really good.

  13. Jeremypag表示:

    buy semaglutide pills buy semaglutide online buy semaglutide online

  14. posteezy.com表示:

    Why Rolls Royce Key 2022 Is Fast Increasing To Be The Hottest Trend Of 2023?

    rolls royce cullinan key fob (posteezy.com)

  15. I read this piece of writing fully concerning the
    comparison of hottest and previous technologies, it’s amazing article.

  16. What’s up every one, here every person is sharing these kinds of knowledge, therefore it’s pleasant to read
    this web site, and I used to pay a quick visit this blog every day.

  17. BarryDof表示:

    https://rybelsus.shop/# buy semaglutide pills

  18. The 10 Scariest Things About Leather Couch L Shaped leather couch l shaped

  19. Jeremypag表示:

    ozempic coupon ozempic online ozempic coupon

  20. Bertha表示:

    Are Electric Fireplace Freestanding Just As Important As Everyone Says?
    white fireplace (Bertha)

  21. HaroldBig表示:

    buy ozempic pills online: buy ozempic – Ozempic without insurance

  22. Frankevild表示:

    http://ozempic.art/# buy ozempic

  23. Replacement Upvc Door Handles Tools To Help You Manage Your Daily LifeThe One Replacement Upvc Door Handles Technique
    Every Person Needs To Be Able To upvc Door Handle

  24. HaroldBig表示:

    buy ozempic pills online: ozempic online – buy cheap ozempic

  25. An Peugeot Key Success Story You’ll Never Believe peugeot car Keys replacements

  26. Hello there! I could have sworn I’ve visited
    this site before but after browsing through some of the articles I realized it’s new to me.
    Nonetheless, I’m certainly pleased I discovered
    it and I’ll be book-marking it and checking back regularly!

    Feel free to visit my web-site; Top KL caterer

  27. Hello there! This article couldn’t be written much
    better! Going through this post reminds me of my previous roommate!
    He constantly kept preaching about this. I most
    certainly will send this information to him. Pretty sure he
    will have a good read. Thank you for sharing!

  28. BarryDof表示:

    http://rybelsus.shop/# buy semaglutide online

  29. โค168表示:

    I really like looking through a post that can make men and women think.

    Also, thanks for allowing me to comment! โค168

發佈留言

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