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,237,678 Responses

  1. KevinSounc表示:

    https://slotsiteleri.bid/# en iyi slot siteler

  2. Thanks for sharing your thoughts on web xem phim. Regards

  3. Terrific tips Many thanks!

  4. The Most Popular Nissan Juke Spare Key Is Gurus. Three Things nissan pulsar Key Replacement

  5. Heya i’m for the first time here. I found this board and I to find It really helpful &
    it helped me out much. I’m hoping to provide something again and
    help others such as you aided me.

  6. I enjoy reading an article that will make men and women think.
    Also, many thanks for permitting me to comment!

  7. sextop1 bokep表示:

    Why people still use to read news papers when in this technological world all is accessible on web?

  8. Fawn表示:

    May I simply say what a relief to discover someone that genuinely understands what
    they are talking about on the net. You actually understand how to bring an issue to light and make it
    important. More people have to look at this and understand this
    side of your story. I can’t believe you aren’t more popular since
    you certainly have the gift.

  9. I was recommended this blog by means of my cousin.
    I am now not certain whether or not this put up is written by him as
    nobody else recognise such distinct about my trouble. You
    are amazing! Thanks!

  10. Very soon this web site will be famous amid all blogging viewers, due to it’s nice articles

  11. I do agree with all of the ideas you have introduced on your post.
    They’re very convincing and will definitely
    work. Nonetheless, the posts are very short for starters.
    May just you please extend them a little from next time?
    Thanks for the post.

  12. Hi there, just wanted to tell you, I liked this
    blog post. It was helpful. Keep on posting!

  13. HectorRot表示:

    eigentum immobilien montenegro durch auslander immobilie Montenegro

  14. I have read some just right stuff here. Certainly price bookmarking for revisiting.
    I surprise how so much attempt you place to make this type of excellent
    informative site.

  15. Kristi表示:

    Hi there! I just wanted to ask if you ever have any problems with
    hackers? My last blog (wordpress) was hacked and
    I ended up losing several weeks of hard work due to no backup.
    Do you have any methods to protect against hackers?

  16. online casino表示:

    online casino

  17. Darrelherse表示:

    slot siteleri: en guvenilir slot siteleri – slot siteleri

  18. Peculiar article, totally what I was looking for.

  19. 3 Common Reasons Why Your Double Glazing Repair
    Harrow Isn’t Working (And The Best Ways To Fix It) repairing double glazed windows

  20. Darrelherse表示:

    casino slot siteleri: slot siteleri guvenilir – oyun siteleri slot

  21. In recent years, the ketogenic diet—a low-carb, high-fat dietary regimen—has gained significant popularity among those seeking rapid weight loss and various health benefits.

  22. Darrelherse表示:

    en cok kazandiran slot siteleri: slot oyun siteleri – deneme bonusu veren slot siteleri

  23. Darrelherse表示:

    slot kumar siteleri: yeni slot siteleri – deneme bonusu veren siteler

  24. Thanks on your marvelous posting! I genuinely enjoyed reading it, you may be a great
    author.I will be sure to bookmark your blog and will often come back someday.

    I want to encourage yourself to continue your great
    posts, have a nice day!

  25. KevinSounc表示:

    https://sweetbonanza.network/# sweet bonanza mostbet

  26. This is a topic that’s close to my heart…
    Best wishes! Exactly where are your contact details though?

  27. 10 Things We All Do Not Like About Mesothelioma Settlement Mesothelioma Compensation

  28. I all the time emailed this web site post page to all my associates, because if like to
    read it afterward my friends will too.

發佈留言

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