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,674,519 Responses

  1. kontol anjeng表示:

    Hello all, here every person is sharing these kinds of know-how,
    thus it’s pleasant to read this webpage, and I used to
    pay a visit this weblog everyday.

  2. Nikefut表示:

    dark market 2024 tor market drug markets dark web

  3. Are You Getting Tired Of Sports Toto Prizes? 10 Sources Of Inspiration That’ll Revive Your Love For Sports Toto Prizes 토토사이트

  4. 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 are not already 😉 Cheers!

  5. From Around The Web From The Web: 20 Awesome Infographics About 1kg Roasted Coffee
    Beans coffee Beans 1Kg arabica

  6. CCTSUCI表示:

    WKEUFKQ OMYRNAF VGWDHMB GYKEYWY
    https://9gm.ru/article?DXGBKW

  7. What NOT To Do In The Chest Freezer Near Me Industry chest freezer sizes Uk

  8. I am sure this post has touched all the internet viewers, its really really pleasant
    article on building up new blog.

  9. spam site表示:

    No matter if some one searches for his required thing, so he/she needs to be available that in detail, thus that thing is maintained over here.

  10. Hey outstanding website! Does running a blog like this require a great deal of work?

    I’ve absolutely no knowledge of coding however I was hoping
    to start my own blog soon. Anyhow, if you have any suggestions or techniques
    for new blog owners please share. I understand
    this is off subject but I just had to ask. Thanks a lot!

  11. I pay a quick visit day-to-day a few web pages and
    websites to read content, however this webpage provides feature based posts.

  12. LarryCoell表示:

    matadorbet.bid matadorbet.bid matadorbet

  13. HassanbuifS表示:

    https://slot-tr.online/# slot oyunlar? puf noktalar?
    deneme bonusu veren siteler 2024

  14. CarrollUnton表示:

    deneme bonusu veren siteler yerliarama.org https://matadorbet.bid/# matadorbet.bid

  15. 15 Top Suite Electric Fireplace Bloggers You Need
    To Follow built In Electric Fireplace with mantel

  16. TV Marketing表示:

    Hi, its good post on the topic of media print, we all
    know media is a wonderful source of facts.

  17. 匿名訪客表示:

    Hey, I think your blog might be having browser compatibility
    issues. When I look at your blog in Ie, it looks fine but when opening in Internet
    Explorer, it has some overlapping. I just wanted to give you a quick heads up!

    Other then that, great blog!

  18. ClydePab表示:

    denemebonusuverensiteler.top: denemebonusuverensiteler.top – deneme bonusu veren siteler denemebonusu2026.com

  19. 5 Killer Quora Answers On Best Coffee Espresso
    Machine best Coffee espresso Machine

  20. Nikefut表示:

    bitcoin dark web dark web markets darknet websites

  21. The Evolution Of ADHD Diagnosing add diagnosis as an adult (https://www.maanation.com/)

  22. LarryCoell表示:

    az parayla cok kazandiran slot oyunlar? slot tr online en cok kazand?ran slot oyunlar?

  23. Who Sells LG Refrigerators Tools To Ease Your Everyday Lifethe Only Who Sells LG Refrigerators Trick That Everybody Should Be Able
    To who sells lg Refrigerators

  24. 9 Things Your Parents Taught You About Retro Fridge Freezer For Sale retro fridge freezer For sale

  25. LarryCoell表示:

    guvenilir casino siteleri Canl? Casino Siteleri guvenilir casino siteleri

  26. olxtoto表示:

    Great work! That is the type of information that should be
    shared around the net. Disgrace on the search engines for
    now not positioning this put up higher! Come on over and consult with my site .

    Thank you =)

    My homepage olxtoto

  27. Vaughn表示:

    10 Startups That Will Change The Car Locksmiths Near Me Industry For The Better car locksmith prices
    uk (Vaughn)

  28. What To Say About Car Key Cuts Near Me To Your Mom Laser car key cutting near me

發佈回覆給「spam site」的留言 取消回覆

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