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,426 Responses

  1. Stevenrip表示:

    reddit canadian pharmacy: Licensed Canadian Pharmacy – canadian pharmacy phone number

  2. Rickysem表示:

    Online medicine home delivery best india pharmacy india pharmacy mail order

  3. Pedroereva表示:

    medicine in mexico pharmacies: medication from mexico pharmacy – mexican drugstore online

  4. Martha表示:

    Guide To Replacement Upvc Window Handles: The Intermediate Guide To
    Replacement Upvc Window Handles replacement upvc
    window handles – Martha,

  5. PedroVot表示:

    בעצם? כיום לא רבים יודעים זאת אך דירות דיסקרטיות עשויות להיות כאלה אשר תוכלנה לענות על הציפיות שלכם ובמגוון רחב של מובנים. הרי צפוי להיות מדובר בדירות מפוארות ומרשימות מאוד לעתים, דבר אשר יוכל להבטיח לכם שתוכלו ליהנות מחוויה מינית אשר תתקיים במקום בו דירות דיסקרטיות בחדרה

  6. homepage表示:

    Excellent article. Keep posting such kind of information on your
    page. Im really impressed by your blog.
    Hey there, You have performed an incredible job.

    I’ll certainly digg it and for my part suggest to my
    friends. I’m confident they will be benefited from this website.

  7. fpcom.Co.kr表示:

    12 Facts About Double Glazing In Leeds To Inspire You To Look More Discerning Around The Water
    Cooler repairs to double glazed windows (fpcom.Co.kr)

  8. Marcelabelp表示:

    https://mexicoph24.life/# mexican drugstore online

  9. JustinCit表示:

    online shopping pharmacy india http://indiaph24.store/# indian pharmacies safe
    india online pharmacy

  10. Marcelabelp表示:

    http://mexicoph24.life/# buying prescription drugs in mexico online

  11. Masturbators For Men Tips From The Top In The Business Masturbator for male

  12. 15 Things You’ve Never Known About Prada Handbags prada bag vintage

  13. Rickysem表示:

    canadian pharmacy review canadian pharmacies canadian drugs

  14. B.Cari.Com.My表示:

    20 Amazing Quotes About Door Fitters Leeds Upvc Window Hinge
    Repair Leeds (B.Cari.Com.My)

  15. The Reasons You’re Not Successing At Pvc Window Repairs upvc window repairs

  16. Marcelabelp表示:

    https://mexicoph24.life/# best online pharmacies in mexico

  17. on sale表示:

    Everything You Need To Know About 9k Washing Machine on sale

  18. 10 Tell-Tale Signals You Need To Find A New Walking Pad Desk Foldable Under Desk Treadmill

  19. Learn About Double Glazed Window Repair While Working From The Comfort Of Your Home
    double glazed window repairs near me

  20. Claudette表示:

    10 Reasons Why People Hate beko washing machines best
    price (Claudette)

  21. Marcelabelp表示:

    http://indiaph24.store/# best india pharmacy

  22. Rickysem表示:

    buying prescription drugs in mexico online mexico pharmacy mexico drug stores pharmacies

  23. new表示:

    15 Unexpected Facts About Repair Window That You Never Knew new

  24. JustinCit表示:

    online shopping pharmacy india http://indiaph24.store/# top 10 online pharmacy in india
    buy prescription drugs from india

  25. repairs表示:

    The Little Known Benefits Of Double Glazing Repairs Near Me repairs

  26. 3 Reasons 3 Reasons Why Your Laundry Washer And Dryer Combo Is Broken (And How To Fix It) laundry washer and dryer combo

  27. online表示:

    Why Avon Oh So Soft Still Matters In 2023 online

  28. Rickysem表示:

    safe reliable canadian pharmacy Certified Canadian Pharmacies safe online pharmacies in canada

  29. 10 Things You Learned From Kindergarden That Will Help You With Mesothelioma Lawyer mesothelioma law firm

  30. 10 Facts About Electric Mobility Scooters For Sale That Make You Feel Instantly The Best Mood livewell mobility scooters for sale; https://clicavisos.Com.ar,

發佈留言

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