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,373,729 Responses

  1. Authentic HGH Rewards (NewULife Hgh Gel Not Examined Yet).

    Also visit my web-site … euphoria mushroom gummies

  2. Bookmarks表示:

    Allow me reveal you in my evaluation of NewULife.

    Here is my web page; Bookmarks

  3. Allow me show you in my testimonial of NewULife.

    Here is my web page functional mushroom gummies

  4. I’m gone to tell my little brother, that he should also visit this web site on regular basis to take updated from hottest news.

  5. In this case, the life insurance firm’s loan.

    Feel free to surf to my website: functional mushroom gummies

  6. Hiya, I am really glad I’ve found this info. Today bloggers
    publish only about gossips and net and this
    is actually annoying. starting a child care business good web site with exciting content, this is what
    I need. Thank you for keeping this web-site, I will be visiting it.

    Do you do newsletters? Can’t find it.

  7. Bookmarks表示:

    I’m excited to discover this great site. I wanted to thank you for
    your time due to this wonderful read!! I definitely appreciated every part of it and i also
    have you saved as a favorite to see new information in your blog.

    Stop by my web blog … Bookmarks

  8. Jeremypag表示:

    cheapest rybelsus pills rybelsus coupon cheapest rybelsus pills

  9. Colin Briggs表示:

    See What Toto Online Terbaik Tricks The Celebs Are Using Toto Online Terbaik

  10. Frankevild表示:

    http://rybelsus.shop/# buy semaglutide online

  11. Yes, solar panels will continue to work in the winter.

    Also visit my web site: cheapest business electricity ireland

  12. link Togel表示:

    What’s The Job Market For Link Togel Professionals? link Togel

  13. Bookmarks表示:

    Hi, Neat post. There’s a problem along with your web site in web explorer,
    may test this… IE still is the market leader and a large
    portion of other people will omit your excellent writing because of this problem.

    my blog Bookmarks

  14. Bookmarks表示:

    Let me show you in my evaluation of NewULife.

    Look at my website; Bookmarks

  15. All gas meters offer the same tariffs for usage.

    Feel free to visit my webpage: compare electricity plans nsw government

  16. This vaporizer has a couple of unique functions.

    Here is my web site – what beers are vegan uk

  17. 10 Life Lessons We Can Take From Bunk Bed For Adults bunk for Adults

  18. Why We Do We Love G Spot Vibrator (And You Should, Too!) g-spot Vibrators

  19. care facility表示:

    Deference to website author, some excellent selective information.

    my web page care facility

  20. Great paintings! That is the type of info that are meant to be shared around the net.
    Disgrace on Google for not positioning this post upper!

    Come on over and discuss with my site . Thanks =)

    My website; child care worker

  21. LeroyAcuff表示:

    Профессиональный сервисный центр ремонт мобильных устройств ближайший ремонт сотовых

  22. Wow! At last I got a webpage from where I can really obtain useful data
    regarding my study and knowledge.

    Feel free to visit my blog Child Care Worker

  23. Jeremypag表示:

    semaglutide cost cheapest rybelsus pills rybelsus pill

  24. Hello, just wanted bring to child care say, I enjoyed this post.

    It was funny. Keep on posting!

  25. What is New U Life SOMADERM Transdermal Gel.

    Have a look at my webpage :: cbd muscle rub stick

  26. Bookmarks表示:

    Personal injury as a result of automobile crashes.

    My blog post … Bookmarks

  27. В магазине сейфов предлагают сейф сейфы

  28. Sal Ferraro表示:

    Bandar Online Togel Tips To Relax Your Everyday Lifethe Only Bandar Online Togel Trick That Every Person Must Learn Bandar online togel

發佈留言

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