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,118,350 Responses

  1. 5 Killer Quora Answers On Remote Automatic Folding Scooter remote automatic folding scooter

  2. Drstobeese表示:

    safest online pharmacy viagra: finasteride pharmacy online – buying ambien online pharmacy

  3. Inhaling Asbestos Legal
    fibers that are microscopic can lead to the development of mesothelioma.
    The disease causes long-term inflammation and scarring of the lungs.

    It can take up to 30 years before symptoms appear.

  4. 9363280.xyz表示:

    15 Unquestionably Good Reasons To Be Loving Average Payout For Asbestos Claims 9363280.xyz

  5. Easydrorbix表示:

    hy vee pharmacy: kroger online pharmacy – xeloda specialty pharmacy alliance

  6. Adhd In Adults Symptoms Test Strategies That
    Will Change Your Life Adhd Brain Symptoms (https://Sprzedambron.Pl/Author/Slashpantry02/)

  7. Responsible For A Citroen Key Fob Budget? 12 Tips On How To Spend Your Money replacement Citroen Key fob

  8. Hi i am kavin, its my first time to commenting anywhere, when i read this post i thought i
    could also make comment due to this brilliant article.

  9. Drstobeese表示:

    generic zoloft online pharmacy no prescription: mail pharmacy – imitrex online pharmacy

  10. Easydrorbix表示:

    online shopping pharmacy india: non prescription cialis online pharmacy – evelyn bradley pharmacy artane

  11. Drstobeese表示:

    best online pharmacies no prescription: navarro discount pharmacy store locator – effexor online pharmacy

  12. 5 Must-Know White Electric Stove Techniques To Know For 2023 white Electric stove Fire

  13. At this time it appears like BlogEngine is the top blogging platform available right now.
    (from what I’ve read) Is that what you’re using on your blog?

  14. Drstobeese表示:

    simvastatin uk pharmacy: online pharmacy uk metronidazole – fioricet online pharmacy

  15. Medicines information. Generic Name.
    where to buy cheap estradiol no prescription
    Actual about pills. Get now.

  16. How To Determine If You’re Ready To Bariatric Mobility Scooters commuting Scooters

  17. Bennie表示:

    It’s The Myths And Facts Behind How To Get A Diagnosis For
    ADHD adult add diagnosis – Bennie,

  18. What’s The Current Job Market For Private Psychiatrist Professionals?
    Private psychiatrist

  19. Emelia表示:

    The 10 Most Scariest Things About Situs Toto Login situs toto login (Emelia)

  20. Feel the adrenaline rush as you watch the balls bounce and spin in Pachinko, a game of chance and strategy.

  21. Howdy! This is my first visit to your blog! We are a group of volunteers and starting a new project in a community in the same niche.
    Your blog provided us valuable information to work on. You have
    done a marvellous job!

  22. 20 Quotes That Will Help You Understand Private Mental
    Health Psychiatrist Private Psychiatrist Northampton

  23. hot mom 3gp表示:

    Today, I went to the beach with my children. I found
    a sea shell and gave it to my 4 year old daughter
    and said “You can hear the ocean if you put this to your ear.” She placed the shell
    to her ear and screamed. There was a hermit crab inside and it pinched her ear.
    She never wants to go back! LoL I know this is totally off topic but
    I had to tell someone!

  24. DouglasHoapy表示:

    Fonbet промокод при регистрации https://pesni.ru/new/inc/aktualnuy_promokod_fonbet_pri_registracii.html
    Промокод Fonbet при регистрации предоставляет новым пользователям приветственные бонусы. Например, промокод ‘GIFT200’ активирует бесплатные ставки или другие награды. Ввод этого промокода в специальное поле при регистрации помогает новым игрокам успешно начать игру и увеличить свои шансы на выигрыш.

  25. Hi there, of course this post is really nice and
    I have learned lot of things from it on the topic of
    blogging. thanks.

  26. discuss表示:

    This design is spectacular! Үou obnviously ҝnow hoԝ to
    keep a reader amused. Ᏼetween yоur wit ɑnd yⲟur videos, Ӏ
    was alm᧐st moved to staret mʏ own blog (well, almoѕt…HaHa!) Wonderful job.
    І гeally enjoyed ᴡhat yоu had to ѕay, annd mⲟre than that, h᧐w уou
    prеsented it. Too cool!

    mу blog post – discuss

  27. 5097533表示:

    What Is Treatments For Anxiety Disorders And Why Is Everyone Talking About It?
    5097533

  28. Drstobeese表示:

    trusted online pharmacy viagra: order cialis online pharmacy – trusted online pharmacy cialis

發佈留言

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