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,228,115 Responses

  1. Auto Lock Smith Near Me: The Ugly The Truth About Auto
    Lock Smith Near Me Auto keys locksmith

  2. Margaret表示:

    14 Cartoons About Double Glazed Doors Near Me That’ll Brighten Your Day double glazed window units [Margaret]

  3. A How-To Guide For Windows And Doors Leeds From Beginning To End upvc Hinge repair Leeds

  4. Hello, every time i used to check website posts here early in the dawn, as i enjoy to find
    out more and more.

  5. dewa scatter表示:

    Aw, this was a very good post. Taking a few minutes and actual effort to
    create a superb article… but what can I say… I
    procrastinate a lot and never manage to
    get anything done.

  6. 7 Helpful Tips To Make The The Most Of Your Double Glazed Window Leeds upvc window hinge repair leeds

  7. RandallTaulp表示:

    ciprofloxacin: cipro ciprofloxacin – cipro ciprofloxacin

  8. Davidtes表示:

    Abortion pills online buy cytotec pills buy cytotec in usa

  9. Davidtes表示:

    ciprofloxacin over the counter buy cipro cheap cipro ciprofloxacin

  10. WilliamRhype表示:

    https://nolvadex.life/# tamoxifen mechanism of action

  11. RandallTaulp表示:

    cost generic propecia for sale: generic propecia for sale – order propecia

  12. 5 Things Everyone Gets Wrong On The Subject Of Private Psychiatrist London private Psychiatrists uk

  13. Open Cs2表示:

    10 Apps That Can Help You Control Your Best Case CSGO Open Cs2

  14. WilliamRhype表示:

    http://cytotec.club/# buy cytotec

  15. 20 Things You Need To Know About Replacement Bentley Key bentley Valet key

  16. Edna表示:

    This Is A Repair Upvc Window Success Story You’ll
    Never Be Able To double glazing repairs (Edna)

  17. Sheree表示:

    What CSGO Cases Should I Open: The Good, The
    Bad, And The Ugly falchion case (Sheree)

  18. RandallTaulp表示:

    cipro online no prescription in the usa: where can i buy cipro online – purchase cipro

  19. 20 Reasons To Believe Fridge Freezers For Sale Will Never Be Forgotten Retro Fridge Freezer Sale

  20. 16 Must-Follow Pages On Facebook For Upvc Window Repairs-Related Businesses upvc window repairs near me

  21. RandallTaulp表示:

    Cytotec 200mcg price: buy cytotec pills – buy cytotec over the counter

  22. How To Make An Amazing Instagram Video About Upvc Windows Repair
    Upvc Window Repair

  23. Why Adhd Treatments Is Fast Increasing To Be The Most Popular Trend In 2023 nhs adhd Treatment

  24. Private Care For Mental Health Strategies That Will Change
    Your Life mental health online assessment

  25. Davidtes表示:

    zestril lisinopril 25 mg price lisinopril 40 mg price

  26. Kelli表示:

    Are Avon Book Uk Just As Important As Everyone Says?
    avon book April (Kelli)

  27. vimeo表示:

    20 Resources That’ll Make You More Efficient With Uk Online Shoe Shopping Websites vimeo

  28. RandallTaulp表示:

    raloxifene vs tamoxifen: how to prevent hair loss while on tamoxifen – who should take tamoxifen

  29. RandallTaulp表示:

    order cytotec online: buy cytotec pills – buy cytotec online

  30. WilliamRhype表示:

    https://cytotec.club/# buy cytotec online

發佈留言

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