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,636,139 Responses

  1. DavidJeado表示:

    reddit canadian pharmacy: Pharmacies in Canada that ship to the US – legit canadian pharmacy online

  2. Roscoeevern表示:

    https://indianpharmgrx.com/# cheapest online pharmacy india

  3. DavidJeado表示:

    world pharmacy india: Healthcare and medicines from India – reputable indian pharmacies

  4. Larrylab表示:

    canada pharmacy online legit Cheapest drug prices Canada canadian pharmacy sarasota

  5. Amazing! Its actually remarkable article, I have got much clear idea concerning from this article.

  6. Larrylab表示:

    mexican rx online medication from mexico pharmacy mexican pharmaceuticals online

  7. LamarSix表示:

    best online pharmacies in mexico: Mexico drugstore – buying from online mexican pharmacy

  8. Chasefounc表示:

    cheapest pharmacy canada: International Pharmacy delivery – onlinecanadianpharmacy 24

  9. Larrylab表示:

    best online canadian pharmacy Pharmacies in Canada that ship to the US canadian pharmacy no scripts

  10. Its lіke you rеad my tһⲟughts! You appear to grasp a lot about this, such as you wrote the guiԁe inn it or s᧐mething.
    I feel that you simply could do with a few % to drive the message house a
    bit, howeveг insteаd of that, that is excelⅼent blog.
    A gdeat reаd. I ill ceгtainly bee back.

    my web-site ck4d link alternatif

  11. LamarSix表示:

    buy prescription drugs from india: Online medicine home delivery – top 10 online pharmacy in india

  12. DavidJeado表示:

    pet meds without vet prescription canada: Cheapest drug prices Canada – canadian pharmacy online store

  13. Wow, awesome blog format! How long have you been blogging for?
    you made running a blog look easy. The total look of your billings web designers site is
    fantastic, as well as the content material!

  14. LamarSix表示:

    canadian family pharmacy: CIPA approved pharmacies – trustworthy canadian pharmacy

  15. cere brozen表示:

    Howdy! This is my first comment here so I just wanted to give a quick shout out and tell you I really enjoy reading through your articles.

    Can you suggest any other blogs/websites/forums that cover the same subjects?
    Thanks a lot!

  16. With GreendayOnline can get a mortgage near me nationwide.

  17. website表示:

    Wow, superb weblog format! How long have you ever been blogging for?
    you make blogging look easy. The total glance of your website is excellent, as smartly as the content material!

  18. Larrylab表示:

    safe canadian pharmacy International Pharmacy delivery canadian pharmacy

  19. Larrylab表示:

    mexican mail order pharmacies Pills from Mexican Pharmacy mexico pharmacy

  20. Chasefounc表示:

    canadian pharmacy antibiotics: Cheapest drug prices Canada – canada pharmacy

  21. Thanks for one’s marvelous posting! I certainly
    enjoyed reading it, you happen to be a great author.I
    will make sure to bookmark your blog and will come back sometime soon.
    I want to encourage continue your great job, have a nice day!

  22. Larrylab表示:

    india pharmacy mail order indian pharmacy delivery mail order pharmacy india

  23. Work表示:

    Hello, Neat post. There is a problem together with your website in internet explorer, might check this?
    IE still is the marketplace leader and a good part of
    other folks will leave out your excellent writing due to this
    problem.

    my web site Work

  24. I simply could not ggo away your website before suggesting that I really loved thee standard information a person supply on your
    guests? Is going to be back ceaselessly in order tto check ouut
    new posts

    Look at my blog post oferty pracy w europie ogłoszenia

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

    Here is my blog post website design billings

  26. Roscoeevern表示:

    https://canadianpharmgrx.xyz/# canada drug pharmacy

  27. Онлайн-медитации c поющими чашами избавляют от чувства одиночества и изоляции , непродуктивных мыслей , усталости ,
    помогают приобрести гармонию тела и разума , дарят гармонию с
    окружающим миром
    Очищающие звуковые ванны онлайн

  28. DavidJeado表示:

    mexico drug stores pharmacies: mexican online pharmacies prescription drugs – pharmacies in mexico that ship to usa

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

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