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,477,160 Responses

  1. Its History Of Sports Toto History 첫가입 꽁머니

  2. 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 throw away your intelligence on just posting videos
    to your site when you could be giving us something enlightening to
    read?

  3. Maurice表示:

    I really like it whenever people get together and share views.
    Great site, stick with it!

  4. Ima Moffett表示:

    Five Killer Quora Answers On Programing Key programing Key (http://www.ddhszz.Com)

  5. Anastasia表示:

    Attractive section of content. I just stumbled
    upon your website and in accession capital to assert that
    I acquire in fact enjoyed account your blog posts. Anyway I
    will be subscribing to your feeds and even I achievement you access consistently
    quickly.

  6. Rogelio Webre表示:

    15 Best Fold Away Treadmill Bloggers You Need To Follow best fold Away treadmill

  7. Where Can You Find The Most Reliable Mesothelioma From Asbestos Exposure Information?
    mesothelioma lawsuit

  8. Профессиональный сервисный центр по ремонту сотовых телефонов в Москве.
    Мы предлагаем: ремонт ноутбуков адреса москва
    Наши мастера оперативно устранят неисправности вашего устройства в сервисе или с выездом на дом!

  9. Link Daftar表示:

    Wow, superb blog layout! How long have you been blogging for?

    you make blogging look easy. The overall look of your site is
    fantastic, let alone the content!

  10. bitcoin表示:

    Hello! I could have sworn I’ve visited this site before but
    after looking at a few of the articles I realized it’s new to me.
    Regardless, I’m certainly delighted I discovered it and I’ll be book-marking it and
    checking back regularly!

  11. Alfredo Oppen表示:

    See What Small Bunk Bed For Kids Tricks The Celebs Are Making Use Of bunk bed for kids (https://2021directory.com/)

  12. Adriangek表示:

    Мы продаем устройства для систем водоснабжения, отопления, канализации и мебель под сантехнику. Поможем создать пространство с комфортными для жизни условиями Раковина-чаша Kerasan Nolita 40 534401 Белая

  13. Diplomi_orEn表示:

    купить диплом 1996 года orik-diploms.ru .

  14. Diplomi_kgEn表示:

    купить диплом в орле orik-diploms.ru .

  15. Installer表示:

    20 Things You Need To Know About Window Glass Replacement Near Me Installer

  16. BrandonJer表示:

    best over the counter ed pills treatment for erectile dysfunction online ed medications

  17. Профессиональный сервисный центр по ремонту сотовых телефонов в Москве.
    Мы предлагаем: сколько стоит ремонт ноутбука после залития
    Наши мастера оперативно устранят неисправности вашего устройства в сервисе или с выездом на дом!

  18. Elissa Osborn表示:

    10 Places That You Can Find Electric Fire Place Free Standing Cheap Free Standing electric fires

  19. The People Who Are Closest To Dildo Squirt Uncover Big Secrets squirting Dildo Liquid

  20. penis pump表示:

    Great website. A lot of useful information here. I’m sending it to some
    pals ans also sharing in delicious. And naturally, thanks for your sweat!

  21. Hello jսѕt wanted to giѵe yߋu а qukck heads up andd ⅼet yⲟu know a few of the pictures aren’t loading properly.

    I’m not ѕure ѡhy bᥙt I tһink its a linking issue.
    Ӏ’ve trіeɗ it іn two different internet browsers and both shоw the sаme
    reѕults.

    Here іs my web site … wizardshop login

  22. Diplomi_rdEn表示:

    купить диплом в каменске-уральском orik-diploms.ru .

  23. replace表示:

    The 9 Things Your Parents Taught You About Freelander 2 Replacement
    Key replace

  24. Keep on writing, great job!

  25. Touche. Outstanding arguments. Keep up the amazing effort.

  26. onewinoynay表示:

    This is a topic that is close to my heart… Take care!
    Where are your contact details though?

  27. Tonja Baume表示:

    Why Nobody Cares About Adhd Assessment Adult Adhd Psychological Evaluation

發佈留言

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