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,238,224 Responses

  1. untrustable表示:

    porn cannibalism

  2. GMT MobDee表示:

    Thanks for one’s marvelous posting! I truly enjoyed reading it, you could be a great author.

    I will ensure that I bookmark your blog and will often come
    back very soon. I want to encourage one to continue your great work,
    have a nice morning!

  3. KevinSounc表示:

    https://sweetbonanza.network/# sweet bonanza free spin demo

  4. I’m not that much of a online reader to be honest
    but your sites really nice, keep it up! I’ll go ahead and
    bookmark your website to come back in the future. Many thanks

  5. Helpful knowledge, Regards!

  6. Awesome! Its really amazing article, I have got much clear idea regarding from this paragraph.

  7. 10 Things You’ve Learned From Kindergarden That Will Aid You In Obtaining Replacement Car Keys Nissan Replacement key for Nissan Micra

  8. It’s a shame you don’t have a donate button! I’d certainly donate to this fantastic
    blog! I guess for now i’ll settle for book-marking and adding your RSS feed to my Google account.
    I look forward to brand new updates and will share this site with my Facebook group.
    Chat soon!

  9. Renaldo表示:

    Very good blog post. I definitely love this website.

    Continue the good work!

  10. I used to be recommended this web site by means of my cousin. I’m now not positive whether or not this post
    is written by means of him as no one else recognize such distinctive about my problem.
    You’re wonderful! Thank you!

  11. Poly 45 Colt表示:

    What’s up i am kavin, its my first occasion to commenting anywhere, when i
    read this paragraph i thought i could also make
    comment due to this good post.

  12. What Is Hyundai Tucson Key Replacement? Heck Is
    Hyundai Tucson Key Replacement? Hyundai accent key

  13. Hi too all, how iss all, I think every one iss getting mire from this
    webb page, and your vviews are good inn support of new
    viewers.

  14. ArnoldAdeks表示:

    Вы можете купить медсправку в нашем мед центре https://medical-sozvezdie.ru/ в Москве без медкомиссий.

  15. I blog often and I seriously appreciate your content.

    The article has truly peaked my interest. I will book
    mark your site and keep checking for new details about once
    per week. I opted in for your Feed as well.

  16. games play表示:

    Kudos, A lot of postings.

  17. Whats up are using WordPress for your site
    platform? I’m new to the blog world but I’m trying to get started and set up my own. Do you need
    any html coding expertise to make your own blog? Any help would
    be greatly appreciated!

  18. 5 Killer Quora Answers To Double Glazed Windows Manchester Lock repairs manchester

  19. KevinSounc表示:

    https://sweetbonanza.network/# guncel sweet bonanza

  20. Mai表示:

    We’re a bunch of volunteers and starting a new scheme in our community.
    Your website offered us with useful info to work on. You’ve performed
    a formidable process and our entire neighborhood might be thankful to you.

  21. Are You Getting The Most Of Your Door Fitters Eastleigh?
    composite Doors eastleigh reviews

  22. I’m really impressed with your writing skills and also
    with the layout on your blog. Is this a paid theme or did you customize it yourself?
    Anyway keep up the excellent quality writing, it is rare
    to see a great blog like this one these days.

  23. Thanks for sharing your thoughts on bokep 18+ nonton video bokep terbaru.
    Regards

  24. It’s actually a great and useful piece of information. I’m happy that you simply shared this useful info with us.

    Please keep us informed like this. Thanks for sharing.

  25. hello!,I really like your writing very a lot!
    share we be in contact extra approximately your article on AOL?
    I need a specialist on this space to solve my problem.

    May be that is you! Taking a look ahead to look you.

  26. TimothyTal表示:

    immobilie in montenegro kaufen Montenegro immobilien kaufen

  27. Wonderful blog! I found it while searching 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! Cheers

  28. The Top Companies Not To Be In The Adhd Adults Assessment Industry Adult
    Adhd Assessment London (Shinhwaspodium.Com)

發佈留言

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