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,372,996 Responses

  1. Jeremypag表示:

    buy semaglutide pills rybelsus cost semaglutide online

  2. Halley Hirsch表示:

    10 Things We Are Hating About Wood Burner Fireplace Woodburning Stove

  3. Jason Carney表示:

    The Most Pervasive Issues With Electric Wall Mounted Fires electric fires for walls, Geraldine,

  4. Bookmarks表示:

    Real HGH Advantages (NewULife Hgh Gel Not Tested Yet).

    Also visit my site: Bookmarks

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

  6. care center表示:

    Terrific paintings! That is the type of information that are meant to be shared around the
    net. Shame on Google for no longer positioning this put up upper!
    Come on over and seek advice from my website . Thanks =)

    Also visit my blog; care center

  7. Bookmarks表示:

    Portable vaporizers use batteries as a source of power.

    My web site :: Bookmarks

  8. The vapor and flavor top quality is likewise great.

    My web blog … plant based vape

  9. Hiya, I’m really glad I have found this info. Today bloggers publish only about gossips and net and this is really annoying.
    A good web site with interesting content, this is
    what I need. Thank you for keeping this website,
    I’ll be visiting it. Do you do newsletters? Can’t find it.

    Feel free to visit my homepage :: bring To child care

  10. Bookmarks表示:

    Hello, just wanted to tell you, I loved this article.
    It was practical. Keep on posting!

    my web site – Bookmarks

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

  12. Simply put, solar energy is energy from the sun.

    Review my website compare electricity plans nsw

  13. Genuine HGH Advantages (NewULife Hgh Gel Not Evaluated Yet).

    Check out my web-site cbd muscle cream near me

  14. A synthetic USP human growth hormonal agent (somatropin).

    my site; euphoria Mushroom Gummies

  15. I comment whenever I especially enjoy a post on a website or if I have
    something to contribute to the conversation. Usually it is triggered by
    the sincerness displayed in the post I browsed.
    And after this post JS 依照元素出現數量排序
    – 馬老師 雲端研究室. I was moved enough
    to post a thought 🙂 I do have 2 questions for you
    if it’s allright. Is it simply me or does it give the impression like
    a few of these responses look as if they are left
    by brain dead individuals? 😛 And, if you are writing on additional online sites, I would like to keep up with everything new you have to post.

    Would you list all of all your communal sites like your twitter
    feed, Facebook page or linkedin profile?

    my website – charlotte child care

  16. Bookmarks表示:

    Below you find the currently cheapest energy tariffs.

    Here is my web site; Bookmarks

  17. USP human growth hormone (somatropin).

    My homepage euphoria mushroom gummies

  18. Ned Catron表示:

    12 Companies Leading The Way In Best Home Coffee Machine best coffee machine for cappuccino

  19. bookmarks表示:

    The IQ is the best completely dry herb vape I have actually tried.

    My blog post: bookmarks

  20. Buck Sledge表示:

    Five Killer Quora Answers To Strollers 3 Wheels Strollers 3 Wheels

  21. Authentic HGH Rewards (NewULife Hgh Gel Not Examined Yet).

    Also visit my site … functional Mushroom Gummies

  22. Bookmarks表示:

    Look for just how the law practice responds to those reviews.

    Here is my web site … Bookmarks

  23. 20 Inspiring Quotes About L Shaped Leather Couch l Shaped Sofa sleeper

  24. There are over 60 energy providers in Texas.

    my blog post; moving house electrical Certificate

  25. Bookmarks表示:

    The IQ is the most effective completely dry natural herb vape I have actually tried.

    Also visit my web page :: Bookmarks

  26. В магазине сейфов предлагают сейф купить в москве купить сейф оптом

  27. Accident situations consist of clinical negligence cases.

    Here is my blog post – how to find a personal lawyer

  28. baby blankets表示:

    Respect to op, some fantastic selective information.

    Here is my web-site … baby blankets

發佈留言

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