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,411,900 Responses

  1. Charlesrab表示:

    Viagra homme prix en pharmacie viagra sans ordonnance Acheter Sildenafil 100mg sans ordonnance

  2. I was recommended this website by way of my cousin. I’m now not positive whether
    this publish is written by way of him as nobody else recognise such special about my
    difficulty. You are incredible! Thank you! http://Www.zgcksxy.com/comment/html/?128325.html

  3. 40 Instances of Additional Cool TShirt Designs Lava360.

    Here is my web site: t shirt design app reddit

  4. Cyclist tees customized vector t shirt design template psd shirt style.

  5. Bookmarks表示:

    Authentic HGH Advantages (NewULife Hgh Gel Not Examined Yet).

    Look into my homepage; Bookmarks

  6. A synthetic USP human growth hormone (somatropin).

    Feel free to visit my website :: is foundation necessary in makeup

  7. Stephengen表示:

    https://vgrsansordonnance.com/# Viagra femme ou trouver

  8. Профессиональная помощь адвоката по уголовным делам в столице, которую стоит выбрать, который поможет в сложных ситуациях, надежное сотрудничество, Надежный адвокат по уголовным делам в Москве – ваш выбор!, обращайтесь в данный момент
    Адвокат по 158 статье УК РФ Адвокат по 158 статье УК РФ

  9. Howdy, i read your blog from time to time and i own a similar one and i was just wondering if you get
    a lot of spam remarks? If so how do you prevent it, any plugin or anything you can advise?
    I get so much lately it’s driving me crazy so any assistance is very much appreciated.

  10. porn xxi表示:

    Normally I do not learn article on blogs, but I wish to say that this write-up very forced
    me to check out and do it! Your writing taste has been surprised me.
    Thank you, very great post.

  11. Онлайн магазин велосипедов velosiped-internet-magazin.ru

    Если Вы хотели найти крупнейшие магазины велосипедов в москве то переходите к нам. Представляем сервис зимнего хранения велосипедов в Москве по низким ценам. Для небольших квартир без кладовых или балконов очень удобно на зимнее время года отдать велосипед на хранение в спец место. У нас вы получите отличный сервис с доставкой по возможности.

  12. Hello to every body, it’s my first go to see of this website; this website consists of remarkable and in fact excellent data in favor of visitors.

    https://boost.en-nitricboost.us

  13. Diabetes is an ever-growing global concern that affects millions of individuals.
    The need for effective management of blood sugar levels is crucial to avoid severe
    complications such as cardiovascular diseases, kidney failures, and
    neuropathy.

  14. HeathZex表示:

    pharmacie en ligne sans ordonnance: pharmacie en ligne sans ordonnance – pharmacie en ligne fiable

  15. After that collaborate one-on-one to develop a customized
    tee.

    my webpage t shirt design App free Download

  16. Bookmarks表示:

    40 Examples of Extra Cool TShirt Layouts Lava360.

    Have a look at my blog: Bookmarks

  17. USP human development hormone (somatropin).

    Here is my homepage; rustic wedding venues south texas

  18. In this case, the life insurance company’s money.

    Look at my page; do you have to wear foundation with eye makeup

  19. Bookmarks表示:

    The bigger Slim battery, terrific for longer
    runtimes.

    Feel free to surf to my webpage: Bookmarks

  20. You’ll Never Guess This French Style Fridges’s Secrets french Style fridges

  21. Why People Don’t Care About French Door Refrigerator With Ice Dispenser french style fridge freezer non plumbed

  22. How To Get Better Results From Your Coffee Machine Capsule Capsule Coffee Machines (Www-Coffeee-Uk22418.Activosblog.Com)

  23. You’ve made some really good points there. I checked on the net for additional information about
    the issue and found most individuals will go along with your views on this web site.

  24. HeathZex表示:

    pharmacie en ligne france fiable: Pharmacies en ligne certifiees – pharmacie en ligne pas cher

  25. Stephengen表示:

    http://clssansordonnance.icu/# pharmacie en ligne sans ordonnance

  26. Allow me reveal you in my evaluation of NewULife.

    My site: nib not working

  27. Charlesrab表示:

    pharmacie en ligne france livraison belgique cialis sans ordonnance pharmacie en ligne france pas cher

  28. Stephengen表示:

    http://clssansordonnance.icu/# pharmacie en ligne france pas cher

發佈留言

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