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,128,844 Responses

  1. Drstobeese表示:

    diamox pharmacy: zofran online pharmacy – generic viagra pharmacy reviews

  2. iconwin表示:

    What’s up, this weekend is nice in support of me,
    because this moment i am reading this fantastic educational article here at my
    residence.

  3. What Experts On Assessments For Adhd In Adults Want You To
    Be Able To adhd assessment cost uk

  4. Where Is ADHD Testing Be One Year From What Is Happening Now?
    attention Deficit disorder online Test

  5. What is New U Life SOMADERM Transdermal Gel.

    My web site: cheap wedding venues in texas

  6. thimbles game表示:

    Great beat ! I wish to apprentice while you amend your web site,
    how can i subscribe for a blog website? The account helped me a acceptable deal.

    I had been tiny bit acquainted of this your broadcast offered
    bright clear idea

  7. This page definitely has all the information and facts I wanted concerning this subject and didn’t know who to ask.

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

    Also visit my blog micro wedding venues in texas

  9. Bookmarks表示:

    Some individuals vape flavorful nicotine

    Also visit my web blog: Bookmarks

  10. The vapor and taste top quality is also fantastic.

    Here is my web blog … plant based vape near me

  11. I do agree with all of the concepts you’ve
    presented on your post. They’re really convincing and will definitely work.
    Nonetheless, the posts are too short for beginners.
    May you please prolong them a bit from next time?
    Thank you for the post.

  12. giro messeri表示:

    What’s up friends, its wonderful article concerning cultureand completely
    defined, keep it up all the time.

  13. XYGENYX, a licensing company for FDA-registered products.

    Feel free to surf to my page :: home theater surround sound system

  14. Use one of the most extensive lawful catalogue of kinds.

    Stop by my web site … bankruptcy lawyers texas

  15. Koby表示:

    USP human growth hormone (somatropin).

    my web page – best shoulder surgeons nyc; Koby,

  16. Lily表示:

    See What Infant Car Seats Best Tricks The Celebs Are Using infant car seats best, Lily,

  17. Easydrorbix表示:

    cialis professional: kroger pharmacy crestor – cipro publix pharmacy

  18. XYGENYX, a licensing business for FDA-registered products.

    Review my homepage window replacement fl

  19. Lorsque vos documents PDF sont trop volumineux, notre site vous apporte des astuces et des outils pour les compresser
    facilement.

  20. Bookmarks表示:

    An artificial USP human growth hormonal agent (somatropin).

    Feel free to visit my homepage: Bookmarks

  21. Bookmarks表示:

    There are several reasons for infantile convulsions.

    Also visit my page Bookmarks

  22. Bookmarks表示:

    The fee is paid to the personal bankruptcy court.

    Check out my page :: Bookmarks

  23. Bookmarks表示:

    There are a number of reasons for infantile spasms.

    my blog post; Bookmarks

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

    my webpage custom vinyl windows and doors

  25. lens takes表示:

    Good day! This is kind of off topic but I need some help from an established blog.
    Is it very difficult to set up your own blog?

    I’m not very techincal but I can figure things out pretty quick.
    I’m thinking about creating my own but I’m not sure where to begin. Do you have any tips or suggestions?
    Thank you

  26. USP human growth hormonal agent (somatropin).

    Feel free to surf to my blog post :: foreign auto service near me

  27. The larger Slim battery, great for longer runtimes.

    Also visit my web site :: foil drive assist max review

發佈留言

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