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,210,962 Responses

  1. Nelsonbluck表示:

    purple pharmacy mexico price list: mexican online pharmacies prescription drugs – mexico drug stores pharmacies

  2. A Journey Back In Time: What People Discussed About Audi
    Spare Key 20 Years Ago cost of audi key replacement (mullins-Busk.Federatedjournals.com)

  3. Mens Toys Adult: The History Of Mens Toys Adult In 10 Milestones adult sex
    toy for men (https://www.similarityapp.com)

  4. Nelsonbluck表示:

    mexican drugstore online: mexican online pharmacies prescription drugs – mexico drug stores pharmacies

  5. What Is Upvc Windows And Doors Near Me And Why Are We Talking About It?
    upvc window lock Mechanism

  6. 15 Things You’ve Never Known About Saab 9-3 Replacement Key Saab 9-3 Key Programming

  7. Bunk Beds L Shaped Tools To Streamline Your Everyday Lifethe Only Bunk Beds L Shaped
    Technique Every Person Needs To Be Able To bunk beds L shape

  8. DominicJaw表示:

    buying from online mexican pharmacy: mexican border pharmacies shipping to usa – buying prescription drugs in mexico

  9. window repair表示:

    The 3 Greatest Moments In Windows Repair History window repair

  10. evisa vietnam表示:

    I am in fact thankful to the owner of this website who has
    shared this enormous piece of writing at at this time.

  11. WayneCoirl表示:

    mexico drug stores pharmacies: medicine in mexico pharmacies – best online pharmacies in mexico

  12. You’ll Never Guess This Slot Demo Rush Sugar’s Benefits Slot Demo Rush Sugar

  13. Arnoldten表示:

    mexico drug stores pharmacies mexican border pharmacies shipping to usa mexican mail order pharmacies

  14. Nelsonbluck表示:

    purple pharmacy mexico price list: mexican online pharmacies prescription drugs – pharmacies in mexico that ship to usa

  15. Nelsonbluck表示:

    best online pharmacies in mexico: п»їbest mexican online pharmacies – mexico drug stores pharmacies

  16. govas.ac.id表示:

    You ougһt to take part in a contest for one of thе grеatest
    websites online. І will recommend tһіs site!

    Here is my blog post :: govas.ac.id

  17. Nelsonbluck表示:

    buying prescription drugs in mexico: medication from mexico pharmacy – п»їbest mexican online pharmacies

  18. WayneCoirl表示:

    reputable mexican pharmacies online: mexico drug stores pharmacies – best online pharmacies in mexico

  19. is significant enough to overwhelm our immediate coping skills.高級 ラブドールThese can be one-time events or prolonged ones such as accidents,

  20. 15 Undeniable Reasons To Love Employers Liability Act Fela federal employers’ liability

  21. I’ve learn several excellent stuff here. Certainly price bookmarking
    for revisiting. I wonder how so much attempt you put to make one of these excellent informative site.

  22. cassylawn.Top表示:

    10 Places That You Can Find Mesothelioma Asbestosis cassylawn.Top

  23. menwiki.men表示:

    9 Lessons Your Parents Teach You About Bifold Doctor bifold Doctor
    (menwiki.men)

  24. Nelsonbluck表示:

    medicine in mexico pharmacies: mexican border pharmacies shipping to usa – mexican border pharmacies shipping to usa

  25. It’s great that you are getting thoughts from this piece of writing as
    well as from our dialogue made here.

  26. Guide To Best All Terrain Pram: The Intermediate Guide For Best All Terrain Pram Best All Terrain Pram

  27. Nelsonbluck表示:

    buying prescription drugs in mexico: mexico drug stores pharmacies – pharmacies in mexico that ship to usa

  28. What Is Window Glass Repair Near Me And How To Utilize What Is Window
    Glass Repair Near Me And How To Use window glass Repair services near me

發佈留言

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