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,230,407 Responses

  1. Marcelabelp表示:

    https://canadaph24.pro/# reliable canadian pharmacy

  2. Marcelabelp表示:

    https://canadaph24.pro/# canadian mail order pharmacy

  3. 5 Laws That Can Help The Online Shopping Websites For Clothes Industry
    Jj Cole Graphite

  4. asbestos Case表示:

    5 Common Myths About Mesothelioma Lawyer You Should Avoid
    asbestos Case

  5. Rickysem表示:

    mexico drug stores pharmacies Online Pharmacies in Mexico medicine in mexico pharmacies

  6. Marcelabelp表示:

    https://indiaph24.store/# top online pharmacy india

  7. Pedroereva表示:

    mexican online pharmacies prescription drugs: cheapest mexico drugs – buying prescription drugs in mexico online

  8. Stevenrip表示:

    india online pharmacy: mail order pharmacy india – indian pharmacy paypal

  9. Pedroereva表示:

    mexico drug stores pharmacies: mexico pharmacy – mexico drug stores pharmacies

  10. Responsible For An Peugeot 308 Key Fob Budget?
    10 Fascinating Ways To Spend Your Money peugeot 308 key Fob Replacement

  11. Beware Of This Common Mistake You’re Using Your Window Repair
    Double Glazed Window Repairs Near Me (https://Clayton-Buck.Thoughtlanes.Net/)

  12. What’s The Job Market For Treadmill Desk Uk Professionals? treadmill desk Uk

  13. asbestos表示:

    The One Mesothelioma Lawsuit Mistake Every Beginner Makes asbestos

  14. How Double Glazing Windows Leeds Has Changed My Life
    The Better upvc window handle repairs leeds

  15. You actually make it seem really easy with your presentation however I find this matter to be
    actually one thing which I think I would by no
    means understand. It sort of feels too complex and extremely wide
    for me. I’m looking forward in your next submit, I’ll attempt to get the dangle of
    it!

  16. Michaelcew表示:

    https://mexicoph24.life/# mexican border pharmacies shipping to usa

  17. Gail表示:

    11 “Faux Pas” That Are Actually OK To Create Using Your
    Citroen Key Replacement Cost citroen berlingo key replacement (Gail)

  18. Pedroereva表示:

    pharmacies in mexico that ship to usa: Online Pharmacies in Mexico – mexican mail order pharmacies

  19. Marcelabelp表示:

    http://indiaph24.store/# Online medicine order

  20. 17 Signs You’re Working With Mental Health Help Near Me mental health Assessment private

  21. JustinCit表示:

    reputable indian online pharmacy http://indiaph24.store/# indianpharmacy com
    top 10 online pharmacy in india

  22. Near By表示:

    There’s Enough! 15 Things About Marc Jacobs Camera Bag We’re
    Fed Up Of Hearing Near By

  23. Michaelcew表示:

    http://canadaph24.pro/# canada drugs

  24. Five Killer Quora Answers To Replacement Mercedes Key Near Me replacement mercedes key

  25. Glass Anal Plugs Techniques To Simplify Your Daily Life
    Glass Anal Plugs Trick Every Individual Should Know Glass Anal plug

  26. Stevenrip表示:

    india online pharmacy: buy medicines from India – indian pharmacy paypal

  27. I constantly spent my half an hour to read this website’s articles or reviews all the time along with a cup of coffee.

  28. Are You Sick Of Michael Kors Bags Ladies? 10 Inspirational Sources That Will Bring Back Your Love Michael Kors uk sale bags

  29. What Do You Know About Skin So Soft Avon? skin So soft Avon

發佈留言

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