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,586,036 Responses

  1. 5play1ruDup表示:

    На [url=https://5play1.ru]5play1.ru[/url] ты найдешь все самые свежие игры с русским языком. Мы добавляем новые игры с русским интерфейсом каждый день, чтобы ты мог наслаждаться игрой в родной для тебя языке. Поставь на паузу сложности с языком в играх — заходи и скачивай игры с русским языком прямо сейчас!

  2. Right here is the perfect site for everyone who hopes to find out about
    this topic. You realize 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 which has been written about for ages.
    Wonderful stuff, just excellent!

  3. Charlescek表示:

    Best Indian pharmacy Best online Indian pharmacy India pharmacy ship to USA

  4. KennethJoubs表示:

    Medispensary Marijuana Delivery is the the best service providing cannabis at any price and taste read more

  5. MorganThymn表示:

    mexican pharmacy acp: buying prescription drugs in mexico – buying from online mexican pharmacy

  6. Link - Elani表示:

    Virtual gambling platforms have modernized the betting landscape, offering a unique kind of comfort and selection that conventional establishments struggle to rival. Recently, countless gamblers globally have embraced the thrill of virtual gambling in light of its accessibility, thrilling aspects, and continuously increasing range of offerings.

    If you’re just starting with the world of online gaming or are looking to discover safe services, why not sign up for our growing gaming forum? It’s a place where gamblers share stories, guiding you to maximize your gambling adventure. Dive into the discussions and learn more now: http://s17.cubecl.com/bbs/board.php?bo_table=qna&wr_id=80660

    One of the most compelling reasons of online gaming options is the unparalleled range of titles available. Whether you prefer engaging with vintage reel games, playing through story-driven modern slot games, or exercising tactics in card and board games like Texas Hold’em, casino websites feature countless entertainment avenues. Numerous services even present live casino options, making it possible for you to interact with real dealers and gaming peers, all while soaking in the authentic ambiance of a real casino right at home.

    Beyond variety, digital casino services are known for accessibility.

  7. Token Tact表示:

    Hi! I know this is kind of off topic but I was wondering which blog platform are you using for this website?
    I’m getting tired of WordPress because I’ve had issues with hackers and I’m looking at alternatives for another platform.
    I would be awesome if you could point me
    in the direction of a good platform.

  8. RandallLoone表示:

    buying from online mexican pharmacy: best online pharmacies in mexico – mexican border pharmacies shipping to usa

  9. I am sure this piece of writing has touched all the internet viewers,
    its really really good piece of writing on building up
    new blog.

  10. RandallLoone表示:

    mexican pharmacy acp: mexican pharmacy acp – mexico pharmacies prescription drugs

  11. MorganThymn表示:

    best online canadian pharmacy: Canadian Pharmacy AAPD – reliable canadian pharmacy

  12. MorganThymn表示:

    п»їbest mexican online pharmacies: mexican pharmacy acp – mexican pharmaceuticals online

  13. This is my first time pay a quick visit at here and i am truly happy
    to read everthing at single place.

  14. I read this post fully regarding the comparison of hottest
    and previous technologies, it’s remarkable article.

  15. ThomasCix表示:

    Medicine impacts explained. Drug trends described.
    buy lasix uk
    Patient pill facts. Pill guide available.

  16. WilburGlile表示:

    Get the best odds, instant withdrawals & deposits, 24/7 customer service and refer bonus. Enjoy safe and secure betting with Stake786. stake 786 app download

  17. This design is incredible! You definitely know how to keep a reader amused.
    Between your wit and your videos, I was almost moved to start my
    own blog (well, almost…HaHa!) Great job. I really loved
    what you had to say, and more than that, how you presented it.
    Too cool!

  18. WilburGlile表示:

    Get the best odds, instant withdrawals & deposits, 24/7 customer service and refer bonus. Enjoy safe and secure betting with Stake786. stake786 coupon code

  19. Nice weblog right here! Additionally your web site rather
    a lot up fast! What host are you the use of?
    Can I get your affiliate link to your host? I desire my web site loaded up as
    quickly as yours lol

  20. MorganThymn表示:

    Indian Pharmacy Abp: world pharmacy india – India pharmacy ship to USA

  21. bbigcasino表示:

    I will immediately snatch your rss as I can not in finding your email subscription hyperlink or newsletter service.
    Do you’ve any? Please permit me understand in order that I may
    subscribe. Thanks.

  22. cheeeseme.com表示:

    Howdy! This article could not be written any better! Looking at this article reminds me
    of my previous roommate! He always kept preaching about
    this. I most certainly will send this information to him.
    Fairly certain he’s going to have a good read. Thanks for sharing!

  23. MorganThymn表示:

    Best Indian pharmacy: Online medicine home delivery – Indian pharmacy online

  24. magnificent issues altogether, you simply received a logo new reader.
    What would you recommend in regards to your post that
    you just made a few days ago? Any certain?

  25. PinUp - 6z表示:

    Pin Up Казино Онлайн в Казахстане – это лучший выбор среди казино для игроков, любящих азарт. Здесь вы сможете найти идеальные условия для развлечений и крупных выигрышей. Если вас интересует надёжное казино, то Pin Up Казино – это именно то, что вам нужно.

    Преимущества Pin Up Казино

    Большой ассортимент игр. В Pin Up Казино доступно более 2000 слотов и игр, игр с реальными дилерами. В списке предложений представлены топовые разработчики, включая NetEnt, Microgaming, Play’n GO и другие. Это значит, что каждая игра обеспечит захватывающий опыт, удобные для игры на мобильных.

    Специальные предложения и бонусы. Новые пользователи могут рассчитывать на фриспины и бонусы, которые помогут стартовать быстрее. Постоянные акции и розыгрыши тоже доступны, дополнительные фриспины и акции для верных клиентов, что делает каждую игру ещё интереснее.

    Наш сайт: http://theglobe.org/the_worlds_most_visited_web_pages_481.html

    Честность и надёжность. Pin Up Казино Онлайн гарантирует полную безопасность вашей личной информации, обеспечивая конфиденциальность и безопасность. Лицензированное казино гарантирует честную игру и честные и быстрые выплаты.

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

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

  26. RandallLoone表示:

    canadian pharmacy ltd: Canadian Pharmacy AAPD – canada pharmacy reviews

發佈留言

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