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,520,745 Responses

  1. Getting Tired Of Self Emptying Robot Vacuum?
    10 Inspirational Ideas To Revive Your Passion best mapping robot Vacuum

  2. See What L Shaped Small Sofa Tricks The Celebs
    Are Making Use Of L shaped small sofa

  3. 4 Dirty Little Secrets About The Push Chair Industry http://www.037810.Xyz

  4. The 10 Scariest Things About Corner Wood Burning Stove corner wood burning stove

  5. 1вин表示:

    Hello there, just became alert to your blog through Google,
    and found that it is truly informative. I am going to watch out for brussels.
    I’ll be grateful if you continue this in future. Numerous people will be benefited from your writing.
    Cheers!

  6. KevinSounc表示:

    https://sweetbonanza.network/# sweet bonanza yasal site

  7. I blog frequently and I truly appreciate your information.
    This article has really peaked my interest. I will take a note of your
    blog and keep checking for new details about once a week.
    I opted in for your RSS feed as well.

  8. You’ll Never Be Able To Figure Out This Best Robot Vacuum And
    Mop’s Benefits Best robot vacuum And mop

  9. What Mesothelioma Law Experts Would Like You To Learn Mesothelioma Law Expert

  10. Sandra表示:

    9 Lessons Your Parents Taught You About Pushchair Car Seat pushchair car seat; Sandra,

  11. nicksgo.com表示:

    15 Best Robot Vacuum With Lidar Bloggers You Need To Follow best robot vacuum with lidar (nicksgo.com)

  12. Informative article, totally what I was looking for.

    My site nerve fresh reviews and complaints

  13. Abby表示:

    What i don’t realize is in fact how you’re now not really much
    more smartly-preferred than you may be right now. You are very intelligent.
    You already know thus significantly in the case of this matter, produced me
    in my opinion consider it from so many various angles. Its like men and women aren’t involved except it
    is something to do with Lady gaga! Your individual stuffs great.
    Always maintain it up!

  14. See What Toto Online Terbaik Tricks The Celebs Are Utilizing Toto Online Terbaik

  15. Darrelherse表示:

    oyun siteleri slot: slot bahis siteleri – en iyi slot siteleri 2024

  16. Darrelherse表示:

    bonus veren slot siteleri: guvenilir slot siteleri – slot siteleri guvenilir

  17. occasions表示:

    Your style is really unique in comparison to other folks I’ve
    read stuff from. Many thanks for posting when you have the
    opportunity, Guess I’ll just bookmark this site.

  18. Ten Startups That Will Revolutionize The Lidar Navigation Industry
    For The Better Vacuum With Lidar

  19. вывод из запоя цены сочи https://vyvod-iz-zapoya-sochi12.ru .

  20. Darrelherse表示:

    bonus veren slot siteleri: yasal slot siteleri – en iyi slot siteleri

  21. Darrelherse表示:

    guvenilir slot siteleri 2024: deneme bonusu veren siteler – slot siteleri 2024

  22. evisa vietnam表示:

    I do not even know how I ended up here, but I thought this post was good.
    I don’t know who you are but definitely you are
    going to a famous blogger if you aren’t already 😉 Cheers!

  23. The Greatest Sources Of Inspiration Of ADHD Online Test
    Test For Adhd In Adults

  24. click here表示:

    Hey there! I could have sworn I’ve been to this website before but
    after checking through some of the post I realized it’s new to
    me. Anyhow, I’m definitely delighted I found it and I’ll be book-marking and checking back often!

  25. fuck israel表示:

    Useful info. Lucky me I found your website by chance, and
    I’m surprised why this twist of fate did not came about earlier!
    I bookmarked it.

  26. Nine Things That Your Parent Taught You About Cheap Multi Fuel Stoves cheap multi Fuel Stoves

發佈留言

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