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,522,913 Responses

  1. Charleskepsy表示:

    rx pharmacy no prescription https://megaindiapharm.com/# buy medicines online in india

  2. Забудьте относительно о препятствиях: Отражение игрового клуба – твой постоянный подход до любимым играм!

    В вселенной онлайн-казино наличие – является главный фактор. Увы, блокировки веб-сайтов, лимиты подхода, а также технические неполадки могут препятствовать вам насладиться азартом или сорвать долгожданный приз. Однако не стоит стоит терять надежду! **Топ Рейтинг Казино** Есть простое и действенное решение – зеркало игрового клуба.

    Что такое представляет собой зеркало казино и зачем оно вам вам надо?

    Отражение игрового клуба – это точная реплика офицального сайта, расположенная на другому веб-адресу (URL). Оно создается для обеспечения постоянного доступа до играм а также опциям игрового клуба, в том числе ежели главный веб-сайт ограничен интернет-провайдером или нефункционален по техническим причинам.

    Плюсы использования зеркала игрового клуба:

    Бесперебойный подход: Играйте на избранные игровые автоматы, рулетку, карточную игру и остальные развлечения в течение всякое время либо из всякой места мира. Забудьте о раздражающих блокировках! Абсолютная работоспособность: Зеркало игрового клуба предлагает абсолютно все точно такие же самые возможности, что и главный сайт: пополнение баланса, вывод средств, присутствие в акциях и турнирах, общение со службой помощи. Безопасность: Авторизуйтесь с своим именем пользователя а также паролем, как всегда. Зеркала игрового клуба применяют те самые алгоритмы шифрования, как даже основной веб-сайт, обеспечивая безопасность ваших данных а также денег. Автоматическое транспортировка: Многие игровые клубы самостоятельно перенаправляют игроков к рабочее зеркало в период неработоспособности основного сайта. Каким образом найти рабочее отражение игрового клуба?

    Имеется несколько вариантов обнаружить последнее зеркало вашего обожаемого казино:

    Оформите подписку на новостную рассылку казино: Некоторые игровые клубы высылают своим пользователям информацию об актуальных отражениях во случае ограничения главного сайта. Свяжитесь с службу поддержки: Самый безопасный способ – связаться в поддержки поддержки игрового клуба по электронке или интерактивный чат. Они всегда предоставят тебе действующий веб-адрес действующего зеркала. Поищите информацию на надёжных веб-сайтах с обзорами: Существуют профильные сайты, которые публикуют последнюю информацию про действующих зеркалах популярных онлайн-казино. Удостоверьтесь, что источник надежный и надёжный. Ключевое:

    Будьте бдительны аферистов! Используйте только надёжные ресурсы информации про отражениях казино. Ни разу не следует пишите личные сведения на сомнительных сайтах. Проверяйте веб-адрес зеркала: Убедитесь, будто веб-адрес отражения сходен с офицальный адрес игрового клуба. Вывод:

    Отражение игрового клуба – это есть ваш безопасный способ пребывать в игре а также не упустить из виду шанс на крупный победу. Используйте его, для того чтобы наслаждаться избранными развлечениями без лимитов или блокировок! Не нужно забудьте записывать последний веб-адрес действующего зеркала и ставить ответственно.

  3. Davidmoits表示:

    easy canadian pharm: rate canadian pharmacies – pharmacy in canada

  4. MarkWat表示:

    Всем привет! Может кто знает, где почитатьразные блоги о займах? Пока нашел – 1pzk.ru

  5. PENIPU表示:

    My coder is trying to convince me to move to .net from
    PHP. I have always disliked the idea because of the expenses.
    But he’s tryiong none the less. I’ve been using WordPress
    on several websites for about a year and am
    concerned about switching to another platform. I have heard
    very good things about blogengine.net. Is there a way I can import
    all my wordpress posts into it? Any kind of help would be greatly
    appreciated!

  6. WillieRap表示:

    online pharmacy delivery usa: family pharmacy – canada online pharmacy no prescription

  7. Porterfax表示:

    discount drugs discount drug pharmacy discount drug mart

  8. Davidnof表示:

    dark web site https://github.com/darkwebwebsites/darkwebwebsites – dark web sites blackweb official website

  9. Davidmoits表示:

    easy canadian pharm: easy canadian pharm – easy canadian pharm

  10. Andrewcracy表示:

    чит cs go – читы на apex legends, лучший приватный чит Counter Strike 2

  11. WillieRap表示:

    canadian pharmacy without prescription: discount drug pharmacy – drug mart

  12. Charleskepsy表示:

    foreign pharmacy no prescription https://xxlmexicanpharm.com/# medication from mexico pharmacy

  13. Reasons Why Online Casinos Are Becoming a Global Phenomenon

    Digital casinos have reshaped the betting world, providing an exceptional degree of accessibility and selection that conventional gambling houses can’t match. Over time, a vast number of enthusiasts around the world have embraced the fun of virtual casinos in light of its accessibility, appealing qualities, and ever-expanding selection of games.

    One of the strongest selling points of digital gambling sites is the sheer selection of gaming experiences provided. Whether you enjoy interacting with classic slots, exploring story-driven visual slot games, or exercising tactics in traditional table offerings like poker, internet-based gambling sites boast numerous options. Many casinos even present live casino options, giving you the chance you to connect with actual dealers and other players, all while immersing yourself in the lifelike ambiance of a real casino without leaving your home.

    If you’re just starting with the world of virtual casino play or hope to discover proven options, why not become part of our dynamic online hub? It’s a hub where fans share insights, making it easier for you to improve your virtual play. Dive into the experience and check it out now: bet on red kasyno

    In addition to diversity, online casinos are known for ease of access.

  14. MarkWat表示:

    Привет. Может кто знает, где почитатьполезные статьи о кредитах? Пока нашел – https://dolganet-nn.ru

  15. AngelCroft表示:

    https://www.nysp.ru/ — Место, где мечты о кухне становятся реальностью.

  16. MichaelGeony表示:

    no prescription needed pharmacy http://familypharmacy.company/# Best online pharmacy

  17. Хотите узнать атмосферу захватывающих развлечений? Если да, вам следует обратить внимание с списком топ востребованных игровых клубов!
    Команда сделали обширный обзор развлекательной области, с целью предложить вам только проверенные и топовые интернет заведения.

    В этом обзоре вы увидите:

    Честные обзоры клиентов.
    Развернутые обзоры игровых автоматов от популярных разработчиков.
    Сведения о акциях и программах лояльности.
    Оценки финансовых систем и быстроты снятия средств.
    Списки игровых клубов в соответствии с различным показателям (к примеру, лучшие платформы с новичков, платформы с большими привилегиями, заведения с мгновенными обналичиванием).
    Не упустите случай окунуться в атмосферу крупных прибылей и интересных эмоций!

    Присоединяйтесь в Телеграм канал и оставайтесь в центре всех лучших новостей от мира интернет казино! Там вы узнаете актуальные обзоры, бонусы, а помимо прочего уникальные предложения и много другого захватывающего!

    Подписывайтесь по адресу: https://t.me/s/top_rus_casino и начинайте ваше исследование в атмосферу крупных выигрышей!

  18. Acquisition de viagra, achat viagra en ligne, Clonemagazine. Achat de cialis en ligne, prix cialis 5mg, Linstenmorris Pharmacie. Viagra en ligne, prix de viagra, Undispatch Pharmacie canadienne. Viagra 25 mg, prix viagra en ligne, Federationeil Pharmacie. Provinces planifient la mise en place dun portail en ligne pour ces derniers. Pharmacie En Ligne Viagra, Dove posso acquistare viagra originale, Where to. Commander levitra en ligne, prix levitra en pharmacie, Ijvcanada. Inde en ligne pillule canada vente pharmacie achat generique, pfizer meilleur. https://eurogeneriqueetfrance.com/celebrex/ Achat Celebrex Alternative

  19. Your method of telling all in this article is truly fastidious,
    every one can easily be aware of it, Thanks a lot.

  20. 15 Door Fitter Birmingham Benefits Everybody Must Be Able To Local Glaziers Birmingham

  21. The rise of online casinos has revolutionized the gambling industry, bringing players the excitement of real casinos straight to their screens. Gone are the days when gambling was limited to land-based establishments, because online platforms offer everything from classic slots to live dealer games.

    The Appeal of Online Gambling

    There are many reasons why online casinos have gained massive traction. Perhaps the most appealing aspect is how easy it is to access games. While land-based casinos have restrictions, virtual casinos allow you to play whenever it suits you best.

    One of the strongest attractions is the enormous range of gaming options available. Traditional casinos are often limited by space, but online platforms can host thousands of different games. Whether you love old-school slots or cinematic video games, there’s something for everyone.

    Stay updated with the latest casino news, exclusive bonuses, and expert tips—follow us aviator login

    Bonuses, Rewards, and Promotions
    The abundance of promotions is one of the key benefits of playing at online casinos. New players are often welcomed with attractive sign-up bonuses, deposit matches, and free spins. Regular players can take advantage of loyalty programs, cashback deals, and exclusive VIP rewards.

    Choosing Between Luck-Based and Skill-Based Games
    While many casino games are based purely on luck, some require skill and strategy. For those who enjoy strategic play, poker offers opportunities to refine skills and increase winning chances. On the other hand, slot machines and roulette rely entirely on chance, making them ideal for casual players looking for fun and excitement.

    Finding a Secure and Fair Casino
    While online casinos offer fun and potential winnings, responsible gambling is crucial. Setting personal limits, managing your budget wisely, and avoiding chasing losses are key to enjoying online casinos safely. Licensed casinos provide responsible gambling measures, such as cooling-off periods and withdrawal restrictions, to help players stay in control.

    Join the Discussion!
    Do you enjoy online casinos? What are your favorite games and biggest wins? Tell us about your biggest wins or best casino moments!

發佈留言

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