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,246,641 Responses

  1. Davidhiz表示:

    Цель каждого специалиста нашей команды – забота о ментальном здоровье людей через предоставление как можно более доступной и качественной медицинской помощи, а также через психопросветительскую деятельность и дестигматизацию ментальных расстройств https://images.google.lk/url?q=https://empathycenter.ru

  2. Dereketerm表示:

    10 mg prednisone: buy prednisone – prednisone 5 tablets

  3. Анна Черникова, индивидуальный психолог, предлагает онлайн-консультации для тех, кто хочет улучшить своё психологическое состояние и наладить отношения с окружающими. Она использует современные методы и техники, чтобы помочь своим клиентам справиться с такими проблемами как https://annachernikova.com/ и другими проблемами.
    Анна Черникова имеет высшее образование в области психологии и многолетний опыт работы с людьми разных возрастов и социальных групп.

  4. A qualidade e o formato das fotos e imagens baixadas do Instagram podem variar dependendo do arquivo original
    que foi enviado para a rede social.

  5. StevenNub表示:

    amoxicillin 50 mg tablets: cheap amoxil – amoxicillin online without prescription

  6. jilbob表示:

    It’s very straightforward to find out any matter on net
    as compared to textbooks, as I found this paragraph at this web page.

  7. My brother suggested I might like this web site. He was entirely right.
    This post truly made my day. You can not imagine simply how much time I
    had spent for this information! Thanks!

  8. Most Popular Apps to Make Money in Pakistan, Simple Ways to Make Money in Pakistan Through an App, Secret Methods to Make Money in Pakistan, For Quick Earnings, Top Ways to Make Money in Pakistan through mobile applications, which have already been rated by thousands of users, which few people talk about, which do not violate the law, for those who strive for financial independence, to make money without straining, Accurate methods of making money in Pakistan, Updated platforms for making money in Pakistan, to increase income, for making money quickly, Optimal platforms for making money in Pakistan, The easiest apps for making money in Pakistan, New platforms for earning money in Pakistan, which will open up new opportunities for earning moneyonline earning app in pakistan real earning apps in pakistan .

  9. Foam roller表示:

    This post is worth everyone’s attention. How can I find out more?

  10. Meds information. Brand names.
    get zanaflex pill
    Everything trends of pills. Get information now.

  11. Wonderful beat ! I wish to apprentice even as you amend
    your site, how could i subscribe for a weblog website?
    The account helped me a applicable deal. I have been tiny bit acquainted of this
    your broadcast offered bright transparent concept

  12. Nikefut表示:

    how to access dark web blackweb official website https://darknetmarketstore.com/ – dark website

  13. Dereketerm表示:

    where to buy amoxicillin pharmacy: buy amoxil online – medicine amoxicillin 500

  14. Hi there, its pleasant paragraph concerning media print, we all know media is
    a impressive source of information.

  15. Dereketerm表示:

    amoxicillin discount coupon: Amoxicillin buy online – canadian pharmacy amoxicillin

  16. LeonardKnism表示:

    http://tsmk-altai.ru – Создавайте уникальные кухни вместе с профессионалами.

  17. Most Popular Apps to Make Money in Pakistan, Worth Trying, That Will Change Your Financial Life, Optimal Apps to Make Money in Pakistan, With a User-Friendly Interface and High Profits, which have already been rated by thousands of users, Safe ways to earn money in Pakistan through applications, Promising applications for earning money in Pakistan, with new opportunities for earning money, to make money without straining, Effective strategies for making money in Pakistan through apps, with minimal effort and maximum return, for making money in your free time, Innovative platforms for making money in Pakistan, which will suit every user, The easiest apps for making money in Pakistan, Earnings in Pakistan using mobile apps: reality or fiction?, Top ways to earn money in Pakistan through apps: tips andonline earning app in pakistan real earning apps in pakistan .

  18. Incredible! This blog looks exactly like my old one!
    It’s on a completely different topic but it has pretty much the same
    page layout and design. Great choice of colors!

  19. там表示:

    Как выбрать магазин авто акустики?

發佈留言

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