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,194,852 Responses

  1. Всем привет! Может кто знает, где найти полезные блоги о недвижимости? Пока нашел https://titovloft.ru

  2. MichaelPayof表示:

    mexico drug stores pharmacies
    https://cmqpharma.com/# п»їbest mexican online pharmacies
    mexican rx online

  3. StevenTuh表示:

    Serxio Ramos Garsiya https://serxio-ramos.com ispaniyalik futbolchi, himoyachi. Ispaniya terma jamoasining sobiq futbolchisi. 16 mavsum davomida u “Real Madrid”da markaziy himoyachi sifatida o’ynadi.

  4. MichaelPayof表示:

    buying prescription drugs in mexico
    http://cmqpharma.com/# mexican drugstore online
    medicine in mexico pharmacies

  5. Upvc Windows Near Me Tools To Streamline Your Everyday Lifethe Only Upvc Windows Near Me Trick That Should Be Used By Everyone Learn Upvc windows near me

  6. MichaelPayof表示:

    п»їbest mexican online pharmacies
    http://cmqpharma.com/# pharmacies in mexico that ship to usa
    mexican drugstore online

  7. MichaelPayof表示:

    mexican mail order pharmacies
    https://cmqpharma.online/# п»їbest mexican online pharmacies
    pharmacies in mexico that ship to usa

  8. MichaelPayof表示:

    п»їbest mexican online pharmacies
    https://cmqpharma.online/# reputable mexican pharmacies online
    purple pharmacy mexico price list

  9. How To Explain Malpractice Claim To A 5-Year-Old malpractice attorneys

  10. bokep massage表示:

    It’s a shame you don’t have a donate button! I’d certainly donate to this fantastic blog!
    I suppose for now i’ll settle for book-marking and adding
    your RSS feed to my Google account. I look forward to brand new updates and
    will share this website with my Facebook group. Talk
    soon!

  11. You’ll Never Guess This Window Replacement Near Me’s
    Secrets Window Replacement Near Me

  12. MichaelPayof表示:

    mexican mail order pharmacies
    https://cmqpharma.online/# mexico drug stores pharmacies
    mexican online pharmacies prescription drugs

  13. StevenFieft表示:

    Get the latest https://mesut-ozil-uz.com Mesut Ozil news, stats, photos and more.

  14. Companionship for Mental Health Challenges: jydollIndividuals facing mental health challenges, such as depression or severe social withdrawal

  15. Phillipneock表示:

    Latest news about Pele https://mesut-ozil-uz.com, statistics, photos and much more. Get the latest news and information about football legend Pele.

  16. Tubba https://tubba.ru предлагает бесплатный просмотр фильмов и сериалов без регистрации и смс.

  17. The Reason Why You’re Not Succeeding At Malpractice Attorneys malpractice law firm

  18. PedroNup表示:

    Магазин металлов изо разноцветных равно чёрных металлов “STORM”
    https://stormbrand.ru/

  19. MichaelPayof表示:

    mexican online pharmacies prescription drugs
    http://cmqpharma.com/# best online pharmacies in mexico
    mexican mail order pharmacies

  20. Jameszorry表示:

    Explore the extraordinary journey of Kylian Mbappe https://mbappe-real-madrid.com, from his humble beginnings to global stardom.

  21. PedroNup表示:

    Магазин заготовок с цветных равно чёрных металлов “STORM”
    https://stormbrand.ru/

  22. MichaelPayof表示:

    mexican mail order pharmacies
    http://cmqpharma.com/# mexico pharmacies prescription drugs
    pharmacies in mexico that ship to usa

  23. как справиться с https://bereg.uzhgorod.ua/analna-probka чувством
    стеснения? что выгоднее – купить
    впервые?

  24. This is the perfect web site for anybody who really wants to
    find out about this topic. You know so much its almost tough to argue with you (not that I actually will need to…HaHa).
    You definitely put a brand new spin on a subject that’s been discussed for years.

    Excellent stuff, just wonderful!

  25. Gladis表示:

    The Powerball jackpot was eluded after once more Monday, but
    there was a single lucky winner in Southern California
    who has a winning ticket worth $1 million.

    Here is my website: Gladis

發佈留言

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