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,234,549 Responses

  1. 14 Smart Ways To Spend Extra Money Marc Jacobs Bag Tote Budget Marc Jacobs tote bag pink

  2. Leslee表示:

    Will Upvc Window Repairs Never Rule The World?

    window repairs near me – Leslee,

  3. Davidtes表示:

    how to prevent hair loss while on tamoxifen tamoxifen brand name tamoxifen cancer

  4. 5 Killer Quora Answers To Treadmills UK Reviews treadmills uk reviews (0553721256.ussoft.kr)

  5. Parsel4d表示:

    Hello! I could have sworn I’ve been to this site before but after looking at
    many of the articles I realized it’s new to me. Nonetheless, I’m
    definitely happy I found it and I’ll be bookmarking it and checking back frequently!

  6. Mickie表示:

    20 Insightful Quotes About Work From Home Jobs No Experience best work from home jobs (Mickie)

  7. Davidtes表示:

    where can i buy cipro online cipro online no prescription in the usa ciprofloxacin generic price

  8. RandallTaulp表示:

    lisinopril 1.25 mg: lisinopril india price – lisinopril 40 mg without prescription

  9. instaslot表示:

    I every time used to read article in news papers
    but now as I am a user of net so from now I am using net for
    content, thanks to web.

  10. 14 Questions You’re Insecure To Ask About Laundry Washer And Dryer Combo laundry Washer and Dryer Combo

  11. Could Window Repair Near Be The Answer To 2023’s Resolving?
    upvc window repair near Me

  12. WilliamRhype表示:

    https://lisinopril.network/# lisinopril cost canada

  13. Winnie表示:

    10 Facts About Malpractice Litigation That Will Instantly Make
    You Feel Good Mood malpractice lawyers, Winnie,

  14. RandallTaulp表示:

    buy propecia for sale: propecia for sale – cost of cheap propecia prices

  15. Davidtes表示:

    Abortion pills online п»їcytotec pills online buy cytotec over the counter

  16. Davidtes表示:

    zestoretic 10 12.5 mg buy zestril 20 mg online order lisinopril 10 mg

  17. Why You Should Not Think About Making Improvements To Your Washer
    Tumble Dryer Combo washer tumble dryer Combo

  18. Charlesunili表示:

    SEO раскрутка сайта в топ https://seositejob.ru/ Яндекс и Google от профессионалов.

  19. RandallTaulp表示:

    buy cheap propecia prices: order propecia without a prescription – propecia without prescription

  20. Davidtes表示:

    order cytotec online buy cytotec over the counter п»їcytotec pills online

  21. Second Hand Mobility Scooters For Sale Explained In Fewer Than 140 Characters Second hand electric mobility scooters for sale

  22. Ronaldpsymn表示:

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

  23. Ronaldpsymn表示:

    https://ciprofloxacin.tech/# п»їcipro generic

  24. RandallTaulp表示:

    ciprofloxacin over the counter: cipro ciprofloxacin – buy cipro online

  25. WilliamRhype表示:

    https://lisinopril.network/# zestoretic 10 mg

  26. Since the admin of this web site is working, no hesitation very quickly it will be well-known, due to its quality contents.

  27. “Ask Me Anything”: Ten Answers To Your Questions About Adhd Adult Treatment Adults Adhd Treatment

  28. Onita表示:

    How To Become A Prosperous Washing Machines 12kg If You’re
    Not Business-Savvy 12kg washers (Onita)

  29. Check Out: How Cheapest 12kg Washing Machine Is Gaining Ground, And What You Can Do About It cheapest 12kg washing machine

發佈留言

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