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,674,276 Responses

  1. 15 Reasons Why You Shouldn’t Ignore Sash Window
    Repair window Repairs

  2. WayneCoirl表示:

    buying prescription drugs in mexico online: buying from online mexican pharmacy – mexican rx online

  3. WayneCoirl表示:

    reputable mexican pharmacies online: best online pharmacies in mexico – buying prescription drugs in mexico online

  4. https://ya-chinavisa-8.sos-ch-gva-2.exo.io/validity-period-and-renewal-of-taiwan-compatriot-permit-23.html
    We requested some wedding ceremony fashion specialists to determine what a MOB should put on on the massive day.

  5. This info is invaluable. How can I find out more?

    my homepage; Custom hoodie screen printing

  6. 台北 撥筋表示:

    https://bogin4.b-cdn.net/research/bogin4-(52).html
    This gown comes with a sweater over that can be taken off if it will get too hot.

  7. Nelsonbluck表示:

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

  8. The Most Worst Nightmare About Titration ADHD Medications
    Be Realized titration Period Adhd

  9. DominicJaw表示:

    medication from mexico pharmacy: п»їbest mexican online pharmacies – mexican border pharmacies shipping to usa

  10. 10 Pinterest Accounts To Follow About Smallest American Fridge Freezer american style Fridge freezer

  11. Tyrone表示:

    5 Laws That Anyone Working In Used 8mph Mobility Scooters Second Hand Should
    Be Aware Of mobility scooters on road or pavement (Tyrone)

  12. WayneCoirl表示:

    purple pharmacy mexico price list: medicine in mexico pharmacies – purple pharmacy mexico price list

  13. 5 Killer Quora Answers To Integrated Fridge Freezer 50 50
    integrated fridge freezer 50

  14. All Terrain Electric Wheelchairs For Adults:
    A Simple Definition electric Light weight wheelchair

  15. 3 kuda表示:

    I take pleasure in, lead to I discovered just what I was taking a look for.
    You have ended my four day long hunt! God Bless you man. Have a great day.
    Bye

  16. https://eu2.contabostorage.com/31daf39818d34828bb743ca15445c2b7:ya-tendoncare-21/tutorial-on-pulling-tendons-how-to-pull-tendons-to-relieve-constipation.html
    Whether you have your heart on embroidery, embellishment, sequin, or ruched silk smoothness, golden clothes look great in all types and designs.

  17. Arnoldten表示:

    medication from mexico pharmacy mexico pharmacies prescription drugs buying prescription drugs in mexico

  18. evisa vietnam表示:

    Write more, thats all I have to say. Literally,
    it seems as though you relied on the video to make your point.
    You clearly know what youre talking about, why waste your intelligence on just posting videos to your site when you could be giving us something informative to read?

  19. Bed Settee For Sale Tools To Ease Your Everyday Lifethe Only Bed Settee For Sale Technique Every
    Person Needs To Be Able To bed settee for Sale

  20. Diplomi_ulEa表示:

    Привет!
    Приобрести документ о получении высшего образования вы можете в нашей компании в столице.
    ast-diploms.com/kupit-diplom-kandidata-nauk

  21. Felix表示:

    What’s The Job Market For Accident Lawyer Philadelphia Professionals Like?

    accident attorney no injury (Felix)

  22. Arnoldten表示:

    buying prescription drugs in mexico online medication from mexico pharmacy mexico pharmacies prescription drugs

  23. 台中 推拿表示:

    https://bogin4c.s3.us-west-004.backblazeb2.com/research/bogin4C-(90).html
    (I don’t think he will benefit from the journey of buying with me).

  24. 10 Tips For Quickly Getting Mobility Scooters Usa high-Capacity Mobility scooters

  25. A Look In The Secrets Of Narrow Electric Wheelchair bariatric Electric wheelchair

  26. attorney表示:

    The Reasons To Work On This Erb’s Palsy Settlement attorney

  27. DominicJaw表示:

    mexico pharmacies prescription drugs: mexican mail order pharmacies – mexican rx online

  28. Hello Dear, are you really visiting this website on a regular basis, if so then you will absolutely take fastidious know-how.

發佈回覆給「evisa vietnam」的留言 取消回覆

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