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

  1. Gregorypurne表示:

    mens erection pills https://drugs24.pro/# ed pills that work

  2. Britt Baecker表示:

    Five Killer Quora Answers On Treadmills Best Treadmills Best

  3. Diplomi_ywEn表示:

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

  4. Lindsey Oxley表示:

    The 10 Most Terrifying Things About Audi Spare Key audi Spare key,http://www.google.Pn,

  5. Профессиональный сервисный центр качественный ремонт телефонов сколько стоит ремонт телефона

  6. Обучение и поддержка операторов лазерных станков
    Мы не только продаем лазерные станки, но и обучаем ваших сотрудников их эффективной эксплуатации, а также оказываем поддержку на всех этапах работы.

    станок лазерной резки с чпу цена лазерный станок для резки металла .

  7. Why Pragmatic Is Your Next Big Obsession? 프라그마틱 슬롯 체험

  8. Tressa Simson表示:

    The 10 Most Scariest Things About Mesothelioma Attorney Mesothelioma claim

  9. 1 vin表示:

    Wow, amazing blog format! How lengthy have you ever been running a blog for?
    you made running a blog look easy. The total glance of your website is wonderful, let alone the content material!

  10. 5 Laws That Will Help Those In Private Psychiatrist Chester Industry private
    psychiatric – http://www.annunciogratis.net

  11. taiMAN79club表示:

    Every weekend i used to pay a quick visit this website, as i want enjoyment, for the
    reason that this this website conations genuinely
    nice funny stuff too.

  12. Expert Advice On Volkswagen Key Programming From An Older Five-Year-Old how to unlock volkswagen door without key (http://www.stes.tyc.edu.tw/xoops/modules/profile/userinfo.php?uid=1236084)

  13. Awinitadox表示:

    Nicely put. Regards.
    online real cash casino games top online real money casino canada fake money casino online

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

  15. ufa147表示:

    Hello there, I found your site by way of Google while searching for a related topic, your website
    got here up, it appears to be like great. I have bookmarked it in my google bookmarks.

    Hi there, just turned into alert to your weblog thru Google, and located that it’s truly informative.
    I’m going to be careful for brussels. I will appreciate for
    those who continue this in future. Many folks might be benefited out of your writing.
    Cheers!

  16. I am sure this piece of writing has touched all the internet people, its really really fastidious
    article on building up new blog.

  17. These are actually fantastic ideas in concerning blogging.

    You have touched some fastidious things here. Any way
    keep up wrinting.

  18. Tabitha表示:

    Hmm it seems like your website ate my first comment (it was extremely long) so I guess
    I’ll just sum it up what I wrote and say, I’m thoroughly enjoying your blog.

    I as well am an aspiring blog writer but I’m still new to everything.
    Do you have any points for inexperienced blog writers?
    I’d certainly appreciate it.

  19. Terese Cousin表示:

    The Next Big Thing In The Best 3 Wheel Rollator Industry portable rollator [Camilla]

  20. Blog No表示:

    What’s up, everything is going well here and ofcourse every one is sharing facts, that’s actually
    excellent, keep up writing.

  21. Tam Rister表示:

    The 10 Scariest Things About Automatic Folding Scooter With Remote automatic Folding scooter with remote

  22. 10 Things We All Do Not Like About Electric Fire Suite UK Electric Fireplace Freestanding

  23. Высокоточные лазерные станки для вашего бизнеса
    Наши лазерные станки обеспечивают высокую точность резки металла, что идеально подходит для производства любой сложности.

    лазерная резка металла станок лазерные станки для резки металла .

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

  25. Unexpected Business Strategies That Aided Diagnosing ADHD In Adults Succeed How To Get Adult Adhd Diagnosis

  26. Gregorypurne表示:

    viagra vs cialis bodybuilding http://indianpharmdelivery.com/# world pharmacy india

  27. Kris Pesina表示:

    10 Healthy Full Psychiatric Assessment Habits Psychiatric Assessment Bristol

  28. What’s The Job Market For Automatic Electric Folding Portable Lightweight Mobility Scooter Professionals Like? Automatic Electric Folding Portable Lightweight Mobility Scooter

  29. Решения для резки металла любого типа
    Мы предлагаем лазерные станки, подходящие для резки металла различной толщины и типа, включая сталь, алюминий и другие сплавы.

    лазерный станок для резки листового металла лазерная резка труб .

發佈留言

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