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,231,315 Responses

  1. JamesNow表示:

    cheapest cenforce: cenforce for sale – cheapest cenforce

  2. glaziers表示:

    Here’s A Few Facts About Double Glazing Repair Leeds. Double Glazing Repair Leeds glaziers

  3. 5 Double Glazed Window Repair Lessons From The Pros Window replacement

  4. JamesNow表示:

    cenforce for sale: buy cenforce – Buy Cenforce 100mg Online

  5. Guide To Wood Burning Stoves For Sale: The Intermediate Guide For Wood Burning Stoves For Sale wood burning Stoves For sale

  6. Jovita表示:

    The 10 Most Terrifying Things About Designer Handbags Black designer handbags black (Jovita)

  7. Now I am going away to do my breakfast, later than having my breakfast coming over again to read
    additional news.

  8. ElmerWes表示:

    Buy Cenforce 100mg Online Cenforce 100mg tablets for sale Buy Cenforce 100mg Online

  9. This post presents clear idea in support of the new visitors of blogging, that really how to
    do running a blog.

  10. Chroma 3 Case表示:

    The History Of What CSGO Cases To Invest In In 10 Milestones Chroma 3 Case

  11. Gudang138表示:

    Thank you for sharing your info. I really appreciate your efforts and I am
    waiting for your further write ups thank you once again.

  12. peatix.com表示:

    15 Current Trends To Watch For Double Glazed Repairs Near
    Me repairs to double glazing (peatix.com)

  13. 5 Killer Quora Questions On Double Glazing Shops
    Near Me Double Glaze Window

  14. ElmerWes表示:

    Cenforce 100mg tablets for sale Purchase Cenforce Online buy cenforce

  15. TylerPhona表示:

    http://cenforce.pro/# order cenforce

  16. Nice post. I was checking constantly this blog and I am inspired!
    Very helpful information particularly the final phase
    🙂 I take care of such information a lot. I was looking for this
    certain info for a long time. Thanks and best of luck.

    Feel free to surf to my web blog … solar panel installation brisbane

  17. The 10 Most Scariest Things About Leeds Double Glazing leeds double glazing (chessdatabase.science)

  18. Window Repair表示:

    What’s The Job Market For Double Glazed Window Repairs Professionals?

    Window Repair

  19. CharlesDog表示:

    https://viagras.online/# Cheap Viagra 100mg

  20. ElmerWes表示:

    Kamagra tablets kamagra oral jelly Kamagra 100mg price

  21. CharlesDog表示:

    https://kamagra.win/# cheap kamagra

  22. ElmerWes表示:

    Buy Viagra online cheap Buy generic 100mg Viagra online Generic Viagra for sale

  23. TylerPhona表示:

    https://cenforce.pro/# buy cenforce

  24. Is Your Company Responsible For The Double Glazed Windows Leeds Budget?
    12 Top Notch Ways To Spend Your Money Upvc Window Handle Repair Leeds
    (https://Fl.Liaochengquan.Cn)

  25. Hello, the whole thing is going well here and ofcourse every one is sharing information,
    that’s genuinely fine, keep up writing.

  26. Why You Should Forget About Making Improvements To Your Designer Bags designer handbags On Amazon (https://zzb.bz)

  27. I’m not that much of a internet reader to be honest
    but your sites really nice, keep it up! I’ll
    go ahead and bookmark your website to come back later on. Cheers

    Also visit my web blog: solar panels brisbane north

  28. china porn表示:

    Right away I am going to do my breakfast, later than having my breakfast coming again to read further news.

  29. Ten Taboos About Window Repair Near You Shouldn’t Post On Twitter Upvc window repair

  30. Five Essential Tools Everyone Who Works In The
    Shopping Online Sites List Industry Should Be Making Use Of Therapeutic Comfort Mat For Standing

發佈留言

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