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,233,673 Responses

  1. 3 Ways In Which The Window Repair Near Will Influence Your Life upvc window repair near me

  2. 5 Laws That Can Help With The Bmw Replacement Key Cost Industry Bmw Replacement Key Cost Uk

  3. Roscoe表示:

    14 Smart Ways To Spend Your Extra Mesothelioma Attorneys Budget asbestos claim (Roscoe)

  4. 10 Apps That Can Help You Manage Your Windows Leeds Repairs to double glazed windows

  5. What’s The Current Job Market For Treadmill Shop Near Me Professionals Like?

    treadmill shop near Me

  6. Brandie表示:

    Why You’ll Definitely Want To Find Out More About Ghost 2 Immobiliser Cost
    ghost immobiliser problems (Brandie)

  7. Pedroereva表示:

    buying prescription drugs in mexico online: mexico pharmacy – mexican drugstore online

  8. Marcelabelp表示:

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

  9. Guide To Double Glazed Window Replacement: The Intermediate Guide To Double Glazed Window Replacement double glazed window replacement

  10. Michaelcew表示:

    https://canadaph24.pro/# canadian pharmacy ed medications

  11. It’ѕ an aweѕome article designed for all the internet
    viewers; they will ⲟbtain ɑdvantaցе from it I am sure.

    Here is my homepage :: telusuri situs web ini

  12. Piper表示:

    Locksmith Cars Near Me: It’s Not As Expensive As You
    Think locksmith keys in car (Piper)

  13. Marcelabelp表示:

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

  14. hi!,I love your writing very a lot! proportion we be in contact extra approximately your post
    on AOL? I need a specialist on this area to resolve my problem.

    Maybe that is you! Taking a look forward to peer you.

  15. Are You Able To Research Double Glazing Leeds Online double glazed
    door Repair leeds (https://bjerre-riber.hubstack.net/)

  16. 10 Wrong Answers For Common Mesothelioma Legal Questions Do You Know The
    Right Ones? mesothelioma legal Question

  17. tramadol rx表示:

    It’s not my first time to pay a quick visit this site, i am visiting this site dailly and get
    fastidious facts from here all the time.

  18. 11 “Faux Pas” That Are Actually OK To Create With Your Veterans Disability Attorney veterans disability Attorneys

  19. Seren.kr表示:

    Think You’re Cut Out For Modern Slots? Check This Quiz Slot machine features – Seren.kr

  20. An impressive share! I have just forwarded this onto a
    co-worker who has been doing a little research on this.
    And he in fact bought me dinner due to the fact that I stumbled upon it for
    him… lol. So let me reword this…. Thank YOU for the meal!!
    But yeah, thanx for spending the time to discuss this
    topic here on your site.

  21. 7 Tricks To Help Make The Most Of Your Key Repair broken Car key repair

  22. Live Sdy表示:

    Pretty great post. I just stumbled upon your blog and wished
    to mention that I have truly loved surfing around your blog posts.
    In any case I will be subscribing for your rss feed and I hope you write once more soon!

  23. Could Shopping Online Uk Be The Answer To Achieving 2023?
    Rough Country Suspension

  24. Pedroereva表示:

    buying prescription drugs in mexico online: Mexican Pharmacy Online – mexican rx online

  25. Glenda表示:

    7 Things You Never Knew About Erb’s Palsy Settlement erb’s
    palsy law firms (Glenda)

  26. Rickysem表示:

    online shopping pharmacy india buy medicines from India world pharmacy india

  27. byfc0396.com表示:

    It’s The Myths And Facts Behind Glass Repair Leeds double glazed door
    repair leeds (byfc0396.com)

  28. Felipe表示:

    10 Beautiful Images To Inspire You About Perfumes Avon avon perfume on sale (Felipe)

發佈留言

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