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,688,416 Responses

  1. Veiligheid表示:

    Dan neem je best contact op met de controlerende instanties voor advies.

  2. Why Upvc External Doors Is Everywhere This Year upvc panel doors

  3. DominicJaw表示:

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

  4. porn xnxx表示:

    If you wish for to get a good deal from this
    post then you have to apply such techniques to your
    won webpage.

  5. 10 Unquestionable Reasons People Hate Cheap Butt Plugs using Butt Plug

  6. 大里 整骨表示:

    https://ya-drbogin-33.id-cgk-1.linodeobjects.com/the-role-of-massage-in-managing-migraines.html
    The beaded metallic tassels on this glimmering gown actually got here into play when this mother took the dance ground.

  7. It’s really a great and useful piece of info.
    I’m glad that you simply shared this helpful information with us.
    Please keep us up to date like this. Thanks for sharing.

  8. DominicJaw表示:

    mexico drug stores pharmacies: mexico drug stores pharmacies – medication from mexico pharmacy

  9. Arnoldten表示:

    mexican online pharmacies prescription drugs medication from mexico pharmacy buying prescription drugs in mexico online

  10. porn xnxx表示:

    Good replies in return of this difficulty with solid
    arguments and explaining the whole thing on the topic
    of that.

  11. WayneCoirl表示:

    mexican drugstore online: mexico drug stores pharmacies – mexico drug stores pharmacies

  12. WayneCoirl表示:

    mexican rx online: mexico drug stores pharmacies – best online pharmacies in mexico

  13. DominicJaw表示:

    buying from online mexican pharmacy: mexican border pharmacies shipping to usa – medicine in mexico pharmacies

  14. Evelyne表示:

    5 Clarifications On Mens Masturbating Toy men masturbating toys (Evelyne)

  15. Nelsonbluck表示:

    mexican border pharmacies shipping to usa: mexico pharmacies prescription drugs – mexico drug stores pharmacies

  16. hgo909 rtp表示:

    I am no longer sure where you are getting your information, however great topic.
    I must spend some time studying much more or working
    out more. Thanks for wonderful information I was in search of this information for my mission.

  17. Arnoldten表示:

    mexico pharmacy buying prescription drugs in mexico mexico pharmacy

  18. https://accounting038.netlify.app/research/accounting038-(103)
    The beaded flowers down one aspect add a tactile touch of luxury to the column dress .

  19. law表示:

    5 Laws Everyone Working In Hire Car Accident Attorney Should Know law

  20. Hi there! Quick question that’s entirely off topic. Do you know how to make your site mobile friendly?
    My site looks weird when viewing from my iphone. I’m trying to find a theme or plugin that might be able to correct this
    problem. If you have any suggestions, please share. Thank you!

  21. Nelsonbluck表示:

    mexican border pharmacies shipping to usa: mexican rx online – mexican drugstore online

  22. WayneCoirl表示:

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

  23. Hello Dear, are you truly visiting this website
    daily, if so after that you will definitely take good experience.

    my blog :: 온라인카지노

  24. The 9 Things Your Parents Teach You About Best
    Clit Toys Best Clit toys

  25. pet services表示:

    Hey I know this is off topic but I was wondering if you knew of any widgets I could add to my blog that automatically tweet my newest twitter updates.
    I’ve been looking for a plug-in like this for quite some time and was hoping maybe you
    would have some experience with something like this.
    Please let me know if you run into anything. I truly enjoy reading your blog and
    I look forward to your new updates.

  26. Arnoldten表示:

    buying prescription drugs in mexico buying prescription drugs in mexico buying prescription drugs in mexico

發佈回覆給「大里 整骨」的留言 取消回覆

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