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,466,918 Responses

  1. Aaron Obrien表示:

    Great tips on finding the right chiropractor! I’ll make sure to visit Chiropractor Lakewood in Lakewood soon

  2. Lloyd Vega表示:

    I found this very interesting. For more, visit Découvrir plus ici

  3. BradleyEdino表示:

    en kazancl? slot oyunlar? guvenilir slot siteleri slot oyunlar?

  4. Diplomi_ogml表示:

    купить диплом о высшем образовании в орске 2orik-diploms.ru .

  5. Highly encourage every body with a cracked display screen to discover their features beforeh Phone repair Woody Point

  6. Trade Avapro表示:

    I was recommended this web site by way of my cousin. I am now not positive
    whether this post is written by him as no one else recognize such particular about my problem.
    You’re incredible! Thanks!

  7. Dixie表示:

    hello there and thank you for your information – I have
    certainly picked up anything new from right here.
    I did however expertise several technical points using this web site, as I experienced to reload the site many times previous to I could get it to load correctly.
    I had been wondering if your hosting is OK? Not that I’m
    complaining, but sluggish loading instances times will sometimes affect your placement in google and can damage your high-quality score if
    ads and marketing with Adwords. Anyway I am adding this RSS to
    my e-mail and could look out for much more of your respective intriguing content.

    Ensure that you update this again very soon.

  8. Cecile表示:

    Hi, this weekend is nice designed for me, as this moment i
    am reading this great educational paragraph here at my home.

  9. Vicente表示:

    Write more, thats all I have to say. Literally, it seems as though you relied on the video to make your point.
    You clearly know what youre talking about, why waste your intelligence on just
    posting videos to your site when you could be
    giving us something enlightening to read?

  10. JacobLoody表示:

    pravoslavieug.ru/ — Кухни на заказ высокого качества по вашим требованиям.

  11. Tangela表示:

    These knots can be unpleasant and need medical treatment.

  12. Major表示:

    VIP Experience 논현오피 (Major)

  13. What’s up, this weekend is fastidious designed for
    me, for the reason that this time i am reading this fantastic educational post here
    at my home.

    My web blog: the genius wave reviews reddit

  14. Nice replies in return of this question with firm arguments and explaining everything about
    that.

    Feel free to visit my web blog; the growth matrix full program

  15. Cory Snyder表示:

    I found this very interesting. Check out Forever Cakes Bakery for more

  16. Florence表示:

    Today, I went to the beach front 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 entirely off topic but I had to tell someone!

  17. Eugene Cruz表示:

    This was highly informative. Check out kitchen remodeling services in mesa for more

  18. FloydTrism表示:

    Founded in 2021, Jeetbuzz has rapidly grown in popularity across Bangladesh and Southeast Asia. Licensed by the government of Curacao, Jeetbuzz offers sports betting, casino games, and a betting exchange https://jeet-buzz.bet/

  19. click hear表示:

    Hey there! Do you use Twitter? I’d like to follow you if that would be ok.

    I’m absolutely enjoying your blog and look forward to new posts.

  20. Theresa Luna表示:

    Custom chimney caps are a fantastic investment for homeowners in Winston-Salem. They not only protect against water damage but also improve the efficiency of your fireplace Commercial Roof Repair Services

  21. I like the distinct dining experience at Brazilian steakhouses! The gaucho-style solution adds a lot to the meal brazilian steakhouse near me

  22. Nice answers in return of this question with real arguments and telling the whole thing about that.

  23. bisma777表示:

    What i don’t understood is in fact how you’re now not actually a
    lot more neatly-favored than you might be now. You’re so intelligent.
    You already know thus significantly in terms of this topic, produced me in my view believe it from a
    lot of numerous angles. Its like women and men aren’t involved except it is one thing
    to accomplish with Woman gaga! Your own stuffs outstanding.
    All the time maintain it up!

  24. 5 Laws To Help The Get Diagnosed With ADHD Industry adhd diagnosis uk private

  25. FrankEmine表示:

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

發佈留言

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