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,416,737 Responses

  1. Let me reveal you what is sleeve in pump my testimonial of NewULife.

  2. Aracely表示:

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

    Feel free to visit my blog post; Bookmarks; Aracely,

  3. HeathZex表示:

    Sildenafil teva 100 mg sans ordonnance: Sildenafil teva 100 mg sans ordonnance – Viagra homme sans prescription

  4. Cecil表示:

    5 Small L Shape Sofas Lessons From The Professionals
    small l shaped couch (Cecil)

  5. Bookmarks表示:

    40 Instances of Bonus Cool TShirt Styles Lava360.

    Here is my blog post – Bookmarks

  6. You’ll Never Guess This Window Repair Near’s Tricks Upvc window repair

  7. Allow me reveal you is foundation necessary in makeup my testimonial of NewULife.

  8. Bookmarks表示:

    A synthetic USP human growth hormonal agent (somatropin).

    Take a look at my blog post: Bookmarks

  9. Bookmarks表示:

    Brandbusters TShirt Style Project Submission.

    My blog; Bookmarks

  10. bookmarks表示:

    Good quality tee shirts and excellent print quality.

    My webpage: bookmarks

  11. Bookmarks表示:

    They have products to sell or services to supply.

    Also visit my web blog Bookmarks

  12. Charlesrab表示:

    Pharmacie Internationale en ligne cialis prix pharmacie en ligne france pas cher

  13. Allow me reveal you in my review purpose of foundation makeup NewULife.

  14. Real HGH Benefits (NewULife Hgh Gel Not Tested Yet).

    My web site foreign auto repair near me

  15. Bookmarks表示:

    Developers from all over the world pitch you
    concepts.

    Look into my webpage Bookmarks

  16. An artificial USP human growth hormone (somatropin).

    My webpage – What Is vigabatrin

  17. In this case, the life insurance policy firm’s cash.

    Also visit my homepage can a foundation apply for grants

  18. Genuine HGH Advantages (NewULife Hgh Gel Not Examined Yet).

    Also visit my web-site – nib foundation grants

  19. Charlesrab表示:

    Viagra sans ordonnance livraison 48h Viagra generique en pharmacie SildГ©nafil 100 mg prix en pharmacie en France

  20. Five Qualities That People Search For In Every Private
    Diagnosis For ADHD private adhd Assessment telford

  21. Charlesrab表示:

    pharmacie en ligne livraison europe Acheter Cialis pharmacie en ligne livraison europe

  22. They have products to sell or solutions to offer.

    Also visit my website: Vigabatrin side Effects in babies

  23. bookmarks表示:

    Typeography TShirt Style Example Bootstrapping.

    Here is my blog post bookmarks

  24. Stephengen表示:

    http://vgrsansordonnance.com/# Acheter viagra en ligne livraison 24h

  25. I will right away snatch your rss as I can not
    find your email subscription link or newsletter
    service. Do you’ve any? Please let me recognise in order that I may just subscribe.
    Thanks.

  26. Let me show you in my testimonial of NewULife.

    My web page; Nib Foundation Grants

  27. Bookmarks表示:

    Typeography TShirt Design Instance Bootstrapping.

    Here is my web-site; Bookmarks

  28. HeathZex表示:

    п»їpharmacie en ligne france: Cialis sans ordonnance pas cher – pharmacie en ligne

  29. Bookmarks表示:

    High quality tee shirts and exceptional print high quality.

    Feel free to surf to my blog; Bookmarks

發佈留言

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