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,249,390 Responses

  1. magnificent publish, very informative. I wonder why the
    other specialists of this sector don’t notice this.
    You should proceed your writing. I’m confident, you’ve a great readers’ base
    already!

  2. Pills information sheet. Short-Term Effects.
    where to get compazine for sale
    Actual what you want to know about medicine. Get information now.

  3. What i do not understood is in reality how you’re now not really a lot more smartly-favored than you might be right now.
    You’re so intelligent. You recognize thus considerably when it comes to this subject, produced me in my opinion believe it from
    a lot of varied angles. Its like women and men are not
    fascinated until it is one thing to do with Woman gaga! Your
    personal stuffs excellent. Always handle it up!

  4. Callie Henry表示:

    The section on common problems was very enlightening! I discovered another site that discusses prevention strategies at hot water heater installers

  5. DarrenUnjuh表示:

    https://plavixclo.com/# buy plavix

  6. Kolyaska_klPl表示:

    Bugaboo: комфорт и безопасность в каждой детали, Bugaboo: лучшее решение для малыша и родителей, Почему мамы выбирают коляски Bugaboo, Какие преимущества у колясок Bugaboo, 5 причин выбрать коляску Bugaboo для вашего малыша, Какая коляска Bugaboo подойдет вашей семье, Bugaboo Ant: компактность и функциональность в одном, Bugaboo Runner: коляска для активных мам.
    bugaboo butterfly цена bugaboo butterfly цена .

  7. buying penthouse with stunning view

  8. DarrenUnjuh表示:

    http://iverfast.com/# ivermectin cost australia

  9. BernardMop表示:

    buy cytotec cytotec online buy cytotec online

  10. I’m not sure why but this weblog is loading incredibly slow for me.

    Is anyone else having this problem or is it a problem
    on my end? I’ll check back later on and see if the problem still exists.

  11. Fastidious respond in return of this query with solid arguments and
    telling all concerning that.

  12. Situs illegal表示:

    Jangan tergoda hadiah atau diskon gede dari link yang nggak dikenal.
    Bisa jadi itu jebakan buat ambil info pribadi kita.

  13. Nice blog! Is your theme custom made or did you download it from somewhere?
    A theme like yours with a few simple tweeks would really make my blog jump out.
    Please let me know where you got your theme. Many thanks

  14. Kolyaska_lmPl表示:

    Bugaboo: комфорт и безопасность в каждой детали, Bugaboo: лучшее решение для малыша и родителей, Bugaboo: доверие мам по всему миру, Комфорт и удобство с Bugaboo, Bugaboo – это качество и надежность, Bugaboo Cameleon: легендарная коляска для малышей, Bugaboo Donkey: простор для ваших малышей, Bugaboo Runner: коляска для активных мам.
    буга буга коляска https://kolyaski-bugaboo-msk.ru/ .

  15. AlbertDuM表示:

    antiplatelet drug: Clopidogrel Best Prices – buy Clopidogrel over the counter

  16. good to buy and keep land as it become limited

  17. Vickie表示:

    It Is The History Of Local Search Company In 10 Milestones best seo companies for
    small business; Vickie,

  18. BrandenSlomy表示:

    amoxicillin in india: Amoxicillin buy online – amoxicillin buy no prescription

  19. BernardMop表示:

    buy cytotec over the counter buy cytotec cytpremium buy cytotec over the counter

  20. Truly satisfied having selected them among others because everything went smoothly without missteps exterior cleaning

  21. It’s hard to come by knowledgeable people on this subject, but you seem like you know what you’re talking about!
    Thanks

  22. Great article. I’m dealing with a few of these issues as well..

  23. DarrenUnjuh表示:

    http://cytpremium.com/# buy cytotec pills online cheap

發佈留言

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