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,245,709 Responses

  1. BrandenSlomy表示:

    amoxicillin 250 mg capsule: Amoxicillin buy online – generic amoxicillin

  2. Jayson表示:

    Today, I went to the beachfront with my children. I found a
    sea shell and gave it to my 4 year old daughter and said “You can hear the ocean if you put this to your ear.”
    She placed the shell to her ear and screamed. There was a hermit crab inside and it pinched her ear.
    She never wants to go back! LoL I know this is completely off topic but I had to tell someone!

  3. Dereketerm表示:

    amoxicillin 500mg: com pharm – amoxicillin 500 mg tablets

  4. Simply desire to say your article is as astonishing.
    The clearness in your publish is simply excellent
    and i can assume you are knowledgeable in this subject.
    Fine with your permission let me to clutch your feed to keep updated with approaching post.
    Thank you 1,000,000 and please keep up the gratifying work.

  5. BrandenSlomy表示:

    can i get cheap clomid now: clomid – where to get cheap clomid without a prescription

  6. Click4R.Com表示:

    You’ll Be Unable To Guess Wooden Window Handles’s Tricks Window Handles; Click4R.Com,

  7. BrandenSlomy表示:

    online order prednisone 10mg: buy prednisone – prednisone 20

  8. Highly energetic post, I enjoyed that bit. Will there be a
    part 2?

  9. StevenNub表示:

    cheap priligy: cheap priligy – priligy max pharm

  10. Danieljek表示:

    prescription for amoxicillin https://priligymaxpharm.com/# buy priligy max pharm

  11. davidkaabnog表示:

    клева)
    Есть готовые тесты, https://mcoip.ru/konkurs/detey-i-pedagogov/ но, по теме они больше могут подойти для учебы. Цель подобных сервисов – проведение тестирования, но не трата настроения на прочтение дизайна сайта.

  12. Clifford表示:

    The Upvc Window Replacement Hinges Awards: The Best, Worst And Most Bizarre Things We’ve Seen friction hinges
    (Clifford)

  13. Danieljek表示:

    amoxicillin 250 mg capsule http://priligymaxpharm.com/# dapoxetine price

  14. BrandenSlomy表示:

    buy clomid without prescription: buy clomid – how to get generic clomid pill

  15. Drug prescribing information. Generic Name.
    where can i buy generic neurontin price
    Actual information about pills. Read information here.

  16. zenitbet1.com表示:

    Широкий выбор событий и детализированная БК Зенит линия делают ставки интересными и стратегически привлекательными. Каждый игрок найдет здесь подходящие возможности для выигрыша.

  17. Mesothelioma表示:

    What’s The Job Market For Mesothelioma Professionals Like?

    Mesothelioma

  18. Danieljek表示:

    amoxicillin cost australia http://amoxilcompharm.com/# generic for amoxicillin

  19. 11 Ways To Totally Defy Your Car Accident Attorneys Car Accidents Attorney Near Me

  20. Тут можно преобрести оружейный шкаф цена сейф оружейный купить

  21. Thalia表示:

    See What Demist Double Glazing Near Me Tricks The Celebs
    Are Utilizing demist double glazing near me, Thalia,

  22. HaroldWoogs表示:

    Sех videos online watch for free from anywhere in the world without subscription and registration student porn

發佈留言

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