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,678,675 Responses

  1. Chanel表示:

    You’ll Never Guess This Adult Female Adhd Symptoms’s Benefits adult female adhd symptoms – Chanel

  2. 會計服務表示:

    https://accounting020.netlify.app/research/accounting020-(449)
    Purchases made by way of links on this web page could earn us a fee.

  3. Whoa! This blog looks just like my old one! It’s on a completely different topic but it has pretty much the same page layout and design.
    Excellent choice of colors!

    Feel free to visit my page: English language tutoring in ChiangMai

  4. DominicJaw表示:

    mexican border pharmacies shipping to usa: buying prescription drugs in mexico – purple pharmacy mexico price list

  5. DominicJaw表示:

    mexican rx online: mexico drug stores pharmacies – medicine in mexico pharmacies

  6. Ten Things You’ve Learned In Kindergarden To Help You Get Started With Upvc Replacement Window
    Handles handles For upvc windows

  7. 登記工商表示:

    https://accounting11.research.au-syd1.upcloudobjects.com/research/accounting11-(355).html
    Of course, there’s more to your mom’s gown than simply the beautiful details.

  8. 토토친구表示:

    Place a $5 Moneylinme Wager and get $150 in Bonus Bets if Your
    Group Wins21+.

    Review my webpage; 토토친구

  9. WayneCoirl表示:

    mexico drug stores pharmacies: mexico drug stores pharmacies – mexico drug stores pharmacies

  10. 新竹 撥筋表示:

    https://filedn.eu/lXvDNJGJo3S0aUrNKUTnNkb/bogin53/research/bogin53-(14).html
    A beautiful formal dress with cap sleeves and floral embroidery that trails from the excessive neckline to the floor-grazing hem.

  11. Guide To Kinky Toys For Couples: The Intermediate Guide To Kinky Toys For Couples kinky toys for couples

  12. 撥筋表示:

    https://bogin13.research.au-syd1.upcloudobjects.com/about/
    However, coordination continues to be essential for stylish images on the large day.

  13. UG8 Gacor表示:

    This is a topic that’s near to my heart… Cheers! Where are your contact details though?

  14. What’s The Current Job Market For Double Glazed Window
    Repairs Professionals Like? double glazed Window repairs

  15. Arnoldten表示:

    buying from online mexican pharmacy best online pharmacies in mexico buying prescription drugs in mexico

  16. WayneCoirl表示:

    buying prescription drugs in mexico online: medication from mexico pharmacy – pharmacies in mexico that ship to usa

  17. DominicJaw表示:

    buying prescription drugs in mexico online: mexican border pharmacies shipping to usa – п»їbest mexican online pharmacies

  18. Arnoldten表示:

    mexican pharmacy mexican drugstore online mexican pharmaceuticals online

  19. What’s Holding Back From The Volkswagen Polo Remote Key Price Industry?
    volkswagen Replacement Key

  20. https://ya-drbogin-22.ams3.digitaloceanspaces.com/how-massage-can-help-alleviate-symptoms-of-irritable-bowel-syndrome-ibs.html
    Montage by Mon Cheri designer Ivonne Dome designs this special day line with the sophisticated, fashion-forward mom in mind.

  21. Получите доступ к разнообразным азартным играм на 1win.

  22. Pills information. What side effects can this medication cause?
    can you buy generic estradiol without rx
    Actual about drugs. Get here.

  23. The 10 Most Scariest Things About Mitsubishi Delica Key Mitsubishi delica Key

  24. Arnoldten表示:

    medicine in mexico pharmacies pharmacies in mexico that ship to usa buying prescription drugs in mexico online

  25. WayneCoirl表示:

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

  26. https://ya-chinavisa-6.ewr1.vultrobjects.com/the-purpose-and-necessity-of-the-taiwan-compatriot-certificate.html
    This two-piece silhouette style flows beautifully over the body and has a v-shaped again opening that closes with a concealed zipper.

發佈留言

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