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,146,061 Responses

  1. ElmerWes表示:

    Buy Cenforce 100mg Online Purchase Cenforce Online Cenforce 100mg tablets for sale

  2. 5 Must-Know Double Glazed Front Doors Near Me-Practices You Need To Know For 2023 double glazed glass units

  3. 20 Rising Stars To Watch In The 3 Wheel Mobility Scooters Near
    Me Industry my mobility Scooters

  4. Excellent post. I was checking continuously this explainer video blog and I am impressed! Very helpful information specifically the last part 🙂 I care for such information a lot. I was seeking this certain information for a very long time. Thank you and best of luck. https://99designs.com.au/profiles/8076816/about

  5. Who’s The Most Renowned Expert On Window Repair Near?
    upvc window repair near me

  6. You Will Meet Your Fellow Double Glazing Near Me Enthusiasts.

    Steve Jobs Of The Double Glazing Near Me Industry double glazinf

  7. Pretty nice post . I just stumbled upon your weblog and wanted to say that I have truly enjoyed browsing your blog posts. After all I will be subscribing to your feed and I hope you write again soon! https://helpsellmyfsbo.Com/explainer-video-company-india

  8. Why Nobody Cares About Double Glazing Showrooms Near Me
    Double Galzed Windows

  9. DavidOwelo表示:

    https://kamagra.win/# super kamagra

  10. JamesNow表示:

    Levitra online pharmacy: Buy Vardenafil 20mg – Cheap Levitra online

  11. The Next Big Thing In The Window Repair Near Industry Upvc Window Repair Near Me

  12. JamesNow表示:

    Kamagra tablets: Kamagra 100mg price – kamagra

  13. GeorgeSep表示:

    п»їcialis generic: Cialis 20mg price in USA – Generic Cialis price

  14. CharlesDog表示:

    http://kamagra.win/# Kamagra 100mg

  15. TylerPhona表示:

    http://cialist.pro/# Cialis without a doctor prescription

  16. Will Upvc Windows And Doors One Day Rule The World?
    upvc windows repairs

  17. Nice post. I was checking continuously this explainer video blog and I’m impressed! Extremely useful info specifically the last part 🙂 I care for such information much. I was seeking this particular info for a very long time. Thank you and good luck. https://www.google.com/maps/d/u/1/viewer?hl=en&hl=en&mid=1ooGILZxI2iWoy2hrtKoPHllwOg3KaI4&ll=28.529377200000012C77.39129530000002&z=17

  18. A Step-By Step Guide To Selecting Your 9 Kilo Washing Machine 9 Kilo Washing Machine (Wifidb.Science)

  19. Guide To Shop Online Uk Women’s Fashion: The Intermediate Guide Towards Shop Online Uk Women’s Fashion Shop Online Uk Women’s Fashion

  20. The 10 Most Scariest Things About Double Glazed Units Manufacturers Near Me Lock for double glazed door

  21. 10 Misconceptions Your Boss Holds About Window Repairs Near Me upvc Window repairs Near me

  22. 4 Dirty Little Secrets About Car Accident Claim Compensation And The Car Accident Claim Compensation Industry Drunk Driving Accident Lawyer

  23. Why Replacement Double Glazed Glass Only Near Me You’ll Use As Your Next
    Big Obsession wood double Glazing windows

  24. CharlesDog表示:

    https://levitrav.store/# buy Levitra over the counter

  25. It’s explainer video company india perfect time to make some plans for the expaliner videos and it is time to be happy. I have read this post and if I could I desire to suggest you few interesting things or advice. Maybe you can write next articles referring to this article. I wish to read more things about it! https://pasteldirectory.Com/listings12704140/explainer-video-company-india

  26. Cost表示:

    How To Create Successful Double Glazing Door Repairs Near Me Guides With Home Cost

  27. Here’s A Little Known Fact About Railroad Injuries Settlement.
    Railroad Injuries Settlement connersville railroad injuries lawyer

  28. TylerPhona表示:

    http://viagras.online/# Cheap Sildenafil 100mg

  29. Hi from explainer video company india, just became alert to your blog through Google Explainer video Company india, and found that it’s really informative. I am going to watch out for brussels. I?ll be grateful if you continue this in future. Numerous people will be benefited from your writing. Cheers! https://www.Mindmeister.Com/app/map/3264430430?T=ag41gptm05

發佈留言

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