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,123,805 Responses

  1. Scottdaurf表示:

    пинап казино: pin up casino – пин ап вход

  2. Warrenmof表示:

    https://1xbet.contact/# зеркало 1хбет

  3. ev taşıma表示:

    Evden Eve Nakliyat | Evin taşınması, çoğu insan için stresli bir süreç olabilir. Kozcuoğlu Evden Eve Nakliyat olarak, müşterilerimize bu süreci en kolay hale getirmeyi taahhüt ediyoruz. Bu tür bilgilendirici içerikler, taşınma konusunda bilinçli kararlar almalarına yardımcı oluyor.

  4. Thanks for a marvelous posting! I definitely enjoyed reading
    it, you could be a great author. I will make sure to bookmark your
    blog and will often come back later in life. I want to encourage that you continue your great posts, have a nice
    evening!

  5. Fastidious respond in return of this issue with solid arguments and telling everything regarding that.

  6. Get in touch with Arizona insolvency regulation office
    currently.

    My web blog – bankruptcy lawyers austin texas

  7. PokemonToto表示:

    I love ⅼooking through a post that will make people think.
    Ꭺlso, tһank you fߋr allowing me to comment!

    Also visit mʏ weeb page – PokemonToto

  8. XYGENYX, a licensing firm for FDA-registered items.

    My site :: Modern Flames Orion Multi Vs Slim

  9. magnificent issues altogether, you just received a logo new reader.
    What could you recommend in regards to your put up that you just made some days ago?
    Any sure?

  10. Legal Aid workplaces give help in a selection of locations.

    Here is my web page :: bankruptcy lawyer houston texas

  11. SajiToto Link表示:

    Hi! Do ʏou know iff they maқе any plugins tо heⅼp with Search Engine Optimization? Ι’m trying to
    get my blogg to rank for sоme targeted keywords Ьut I’m not seеing very gooԁ success.

    Ιf yoս know ߋf any please share. Kudos!

    Also visit my homeⲣage; SajiToto Link

  12. See it here表示:

    I was able to find good info from your articles.

  13. 20 Up-Andcomers To Watch The Faux Leather Couch Industry genuine leather couches

  14. Wonderful postings, Appreciate it!

  15. Real HGH Benefits (NewULife Hgh Gel Not Examined Yet).

    Also visit my web site: Private Investigator Near Me

  16. Just desire to say your article is as astonishing. The clarity in your post is
    simply spectacular and i could suppose you’re an expert
    in this subject. Well with your permission let me to snatch your feed to stay updated with forthcoming post.

    Thanks a million and please carry on the enjoyable work.

  17. Bookmarks表示:

    Joy Organics CBD Salve is also available in two sizes.

    Here is my website :: Bookmarks

  18. Thanks for a marvelous posting! I seriously enjoyed reading it, you’re a
    great author.I will remember to bookmark your blog and definitely will come back very soon. I want to encourage continue your great work, have a nice
    day!

  19. pov porn表示:

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

  20. In the pursuit of optimal health and peak physical performance, glycogen restoration plays a crucial role.

  21. Space Chews, a new entrant in the world of cosmic
    cuisine, has piqued the interests of gastronomers and
    space enthusiasts alike.

  22. Greetings! Very helpful advice in this particular article!

    It’s the little changes that produce the greatest changes.
    Many thanks for sharing!

  23. Eco Volt, a brand synonymous with innovation and energy efficiency, has
    garnered substantial attention in the market for its comprehensive range of
    inverters and power solutions.

  24. You really make it seem so easy with your presentation but I find this topic to be actually something which I think I would never understand.
    It seems too complicated and extremely broad
    for me. I am looking forward for your next post, I will try to get
    the hang of it!

  25. In an era where health and wellness are top priorities for many, dietary supplements have made significant waves in the market.

  26. The article on Eater Chicago explores numerous eateries
    in Chicago celebrating the Lunar New Year.
    It features festive offerings and temporary setups focused on Chinese and Asian cuisine.

    Whether you’re looking for traditional flavors, this
    guide provides a curated list of places to visit.
    Read more about it to plan your Lunar New Year celebration in Chicago.

  27. Drugs information sheet. Cautions.
    where can i get cheap robaxin
    Everything information about drugs. Get information now.

發佈留言

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