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,236,201 Responses

  1. Why Replacing Upvc Window Handles Is Fast Increasing To Be The Hottest Trend Of 2023?
    upvc windows handles

  2. Could Subaru Key Fob Be The Key To Dealing With 2023?
    new car Key cost

  3. mostbetmaguSi表示:

    Explorez des jeux varies et passionnants sur Mostbet | La plateforme de Mostbet Maroc vous assure des gains rapides | Telechargez et profitez de bonus exclusifs sur Mostbet | Decouvrez les avantages de Mostbet pour les joueurs marocains | Des bonus de bienvenue sont disponibles sur Mostbet | Mostbet est reconnu pour ses cotes competitives au Maroc | Mostbet est concu pour une experience de paris fluide et securisee | Decouvrez le plaisir de jouer en ligne avec Mostbet Maroc | Mostbet Maroc est ideal pour les amateurs de paris sportifs mostbet maroc mostbet maroc.

  4. Ptonexbit App表示:

    excellent submit, very informative. I’m wondering why the opposite specialists of this sector don’t realize
    this. You should proceed your writing. I am confident, you have a huge readers’ base already!

  5. Don’t Buy Into These “Trends” About Upvc Door Seal Repairs Near Me Repairs to upvc doors
    near me (http://www.murakamilab.tuis.ac.jp)

  6. Your Worst Nightmare About Private ADHD Assessment Manchester Relived Private adhd assessment newcastle cost

  7. Why Nobody Cares About Treadmill Foldable Electric Foldable electric treadmill

  8. AtmlHesia表示:

    Real savings made if you buy on this site. Cheap stromectol 3 mg tablet price guarantee top performance?

  9. Hello there! I know this is kinda off topic but
    I was wondering if you knew where I could get a captcha plugin for my comment form?
    I’m using the same blog platform as yours and I’m having problems finding one?
    Thanks a lot!

  10. Derekfar表示:

    ultrabet yeni giris 1125: ultrabet – ultrabet yeni giris 1125

  11. Edgardo表示:

    The Most Powerful Sources Of Inspiration Of Sectional Sale
    sofas for sale uk [Edgardo]

  12. Derekfar表示:

    matadorbet: matadorbet giris – matadorbet

  13. Derekfar表示:

    ultrabet giris: ultrabet giris – ultrabet yeni giris 1125

  14. Hi, I do believe this is an excellent web site. I stumbledupon it 😉 I’m going to come back once again since i have bookmarked it.
    Money and freedom is the greatest way to change, may you be
    rich and continue to guide others.

  15. ClydePab表示:

    ultrabet: ultrabet guncel – ultrabet yeni giris 1125

  16. The History Of Kids Triple Bunk Beds In 10 Milestones kids bunk beds (minecraftcommand.science)

  17. See What Car Seats By Age Tricks The Celebs Are Using car
    seats by age (https://www.521Zixuan.com)

  18. ClydePab表示:

    deneme bonusu veren siteler yeni: deneme bonusu veren yeni siteler – deneme bonusu veren siteler 2024

  19. How Treatments For ADHD Influenced My Life For The Better adhd symptoms and treatment

  20. xxx表示:

    Fantastic site. Lots of useful information here. I’m sending it
    to several pals ans additionally sharing in delicious.

    And certainly, thanks for your effort!

  21. Diplomi_hver表示:

    купить готовый диплом о среднем специальном образовании prema365-diploms.ru .

  22. Herototo表示:

    good for content , i give your apresiasion five star for you, good bro

  23. 20 Up-Andcomers To Watch The Double Glazing Repairs
    Eastleigh Industry double Glazing Repair eastleigh

  24. Telegra.Ph表示:

    15 Windows And Doors Bromley Benefits Everybody Should Know Bromley Sash Windows [Telegra.Ph]

  25. Guide To Used Leather Chesterfield Sofa: The Intermediate Guide On Used
    Leather Chesterfield Sofa used leather chesterfield sofa

  26. penipu表示:

    Hey there! Someone in my Facebook group shared this site with us so
    I came to take a look. I’m definitely enjoying the
    information. I’m bookmarking and will be tweeting this to my followers!
    Great blog and brilliant design.

  27. Derekfar表示:

    matadorbet bid: matadorbet giris – matadorbet

  28. Derekfar表示:

    deneme bonusu veren siteler betturkey betturkey.com: deneme bonusu veren siteler yeni – deneme bonusu veren siteler

發佈留言

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