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,478,733 Responses

  1. This is a topic that’s near to my heart… Best wishes!

    Where are your contact details though?

  2. сколько стоит сделать загранпаспорт cinemania.forum24.ru/?1-15-0-00001690-000-0-0-1735288325 .

  3. BrettTIT表示:

    Viagra tablet online: Cheap generic Viagra – Cheap Viagra 100mg

  4. Samuel表示:

    How To Get Free Gadgets From The Web 다바오머니상 (Samuel)

  5. Trust the professionals at Coolsculpting clinics in El Paso to provide personalized care and attention el paso coolsculpting

  6. A synthetic USP human growth hormone (somatropin).

    my page hvac service seattle wa

  7. Hvac Seattle表示:

    USP human growth hormonal agent (somatropin).

    my web blog – Hvac Seattle

  8. What is New U Life SOMADERM Transdermal Gel.

    Have a look at my website: hvac repair seattle

  9. Lucille Dean表示:

    Choosing the right contractor for both roof repairs house painting

  10. NewULife Ranks. Invite to my NewUlife Review.

    my blog … hvac companies seattle

  11. Floyd Bates表示:

    Flowers have an incredible method of brightening up any room! I love how they can bring joy and shade right into our lives. Look into more about this at rose flower delivery

  12. Donaldabula表示:

    Generic Tadalafil 20mg price Max Pills For Men Buy Tadalafil 5mg

  13. “My friends recommended visiting this particular rv dealership—best decision RV for sale near me

  14. Charlesbot表示:

    https://maxpillsformen.com/# buy cialis pill

  15. What To Say About Car Accidents Attorney To Your Mom car Injury lawyer near me (lovewiki.faith)

  16. Nicely done! Find more at roof repair near me

  17. sex porn hub表示:

    Good day! I know this is somewhat off topic but I was wondering if you knew where I
    could find a captcha plugin for my comment form?

    I’m using the same blog platform as yours and I’m having difficulty finding
    one? Thanks a lot!

  18. BrettTIT表示:

    Tadalafil price: Max Pills For Men – Cheap Cialis

  19. Charlesbot表示:

    https://fastpillsformen.com/# buy Viagra online

  20. kontol besar表示:

    Pretty section of content. I just stumbled upon your website and
    in accession capital to assert that I acquire actually enjoyed account your blog posts.
    Anyway I’ll be subscribing to your augment and even I achievement you access consistently rapidly.

  21. Barrybib表示:

    Order Viagra 50 mg online: buy viagra online – sildenafil 50 mg price

  22. Great forum posts, Thanks.

  23. Beulah Vaughn表示:

    If you’re searching for a reputable and experienced metal roofing contractor in Carlsbad roofing company

  24. Hello there! This post could not be written any better!
    Reading this post reminds me of my old room mate!
    He always kept chatting about this. I will forward this page to him.
    Fairly certain he will have a good read. Many thanks for sharing!

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

    my webpage – best hvac companies seattle

  26. HiOP表示:

    How To Consider The Perfect Wedding Venue HiOP

  27. seattle hvac表示:

    USP human development hormonal agent (somatropin).

    Look at my blog post :: seattle hvac

  28. They have items to sell or services to offer.

    Take a look at my web-site: hvac service seattle wa

  29. NewULife Ranks. Welcome to my NewUlife Testimonial.

    My web blog … hvac companies seattle

發佈留言

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