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,671,746 Responses

  1. https://tendoncare1.nyc3.digitaloceanspaces.com/research/tendoncare1-(315).html
    Jules & Cleo, solely at David’s Bridal Polyester Lace up again with back zipper; absolutely lined Hand wash Imported.

  2. 10 Ways To Create Your Starlight Princess Empire Demo slot Starlight princess

  3. 台中 推拿表示:

    https://ya-drbogin-20.us-iad-1.linodeobjects.com/the-impact-of-prenatal-massage-on-pregnancy-and-childbirth.html
    Florals set on black or dark backgrounds feel no much less romantic however certainly deliver the delightfully surprising.

  4. DominicJaw表示:

    best online pharmacies in mexico: reputable mexican pharmacies online – medication from mexico pharmacy

  5. 20 Trailblazers Leading The Way In Sofa Sleeper Sectional Couch u shaped sectional with sleeper

  6. 10 Things Your Competitors Help You Learn About Adult Toys For Couples Best Adult Toys For Couples

  7. DominicJaw表示:

    pharmacies in mexico that ship to usa: buying from online mexican pharmacy – mexican mail order pharmacies

  8. Nelsonbluck表示:

    pharmacies in mexico that ship to usa: best online pharmacies in mexico – best online pharmacies in mexico

  9. My partner and I stumbled over here by a different web address and
    thought I might check things out. I like what I see so now
    i am following you. Look forward to finding out about your web page again.

  10. Mostbet App表示:

    Yes! Finally someone writes about Mostbet App.

  11. Arnoldten表示:

    medication from mexico pharmacy reputable mexican pharmacies online medication from mexico pharmacy

  12. Sylvester表示:

    How Do You Know If You’re In The Right Place For Key Porsche porsche car key fob (Sylvester)

  13. evisa vietnam表示:

    Attractive component to content. I just stumbled upon your website and in accession capital to say that
    I acquire actually loved account your blog posts.
    Anyway I will be subscribing on your feeds and even I fulfillment you access persistently
    fast.

  14. xxx表示:

    Heⅼlo tһere, just became aware of your blog through Ԍoogle,
    and found that it is reаlly іnformatіve. I’m gonna ѡatⅽh out
    for brussels. I’ll be grateful if you continue this in futurе.
    Many people will Ƅe benefіteԁ from yοur wгiting. Cheers!

    Also visit my site; xxx

  15. Undeniably believe that which you stated. Your favorite reason seemed to be at the
    net the easiest factor to have in mind of. I say to you, I definitely get annoyed at
    the same time as other folks consider worries that they plainly don’t know about.
    You controlled to hit the nail upon the top and also outlined out the entire thing without having side effect , other folks can take a signal.
    Will probably be again to get more. Thank you

    Feel free to surf to my web-site; signal jammer gps

  16. https://filedn.eu/lXvDNJGJo3S0aUrNKUTnNkb/accounting2/research/accounting2-(84).html
    Go for prints that talk to your wedding ceremony location, and most importantly, her personal style.

  17. WayneCoirl表示:

    pharmacies in mexico that ship to usa: buying prescription drugs in mexico online – mexican border pharmacies shipping to usa

  18. https://digi0004.s3.us-west-004.backblazeb2.com/research/digi0004-(306).html
    Then you can view your saved listings each time you login.

  19. asbestos case表示:

    The Gori Law Firm represents individuals suffering from asbestos case-related
    diseases and mesothelioma. They have helped clients obtain over $1 billion in compensation.

  20. online game表示:

    You need to take part in a contest for one of the most useful
    websites on the net. I’m going to recommend this website!

    Also visit my web blog :: online game

  21. лучшим выбором для доставки грузов остается прокат грузового автомобильного транспорта с водителем.

    my page :: перевозки грузов из китая

  22. The Comprehensive Guide To ADHD And Anxiety Medication cost of adhd Medication uk

  23. DominicJaw表示:

    mexico drug stores pharmacies: best online pharmacies in mexico – buying prescription drugs in mexico

  24. kubet表示:

    Woah! I’m really enjoying the template/theme of this website.

    It’s simple, yet effective. A lot of times it’s hard to get that “perfect balance” between superb usability and
    appearance. I must say you’ve done a great job with this.
    In addition, the blog loads very quick for me on Internet explorer.
    Excellent Blog!

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

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