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,889 Responses

  1. Jorgeagopy表示:

    mexico drug stores pharmacies: mexican pharm 24 – п»їbest mexican online pharmacies

  2. Trefjdq表示:

    Процесс получения диплома стоматолога: реально ли это сделать быстро?

    domainrama.com/read-blog/4709

  3. kimochi表示:

    Thank you for the auspicious writeup. It in fact was a amusement account it.
    Look advanced to far added agreeable from you! By the way,
    how could we communicate?

  4. LeroyBak表示:

    mexican mail order pharmacies Legit online Mexican pharmacy buying prescription drugs in mexico

  5. LeroyBak表示:

    india online pharmacy Indian pharmacy international shipping Online medicine order

  6. Are You Getting The Most Of Your Asbestos Lawsuit Attorney?

    mesothelioma Attorneys (https://pattern-wiki.win/)

  7. I’m not that much of a internet reader to be
    honest but your sites really nice, keep it up! I’ll go ahead and bookmark your website to come
    back later on. All the best
    https://paitohkwarna.com/

  8. день表示:

    Ищете информацию о праздниках? Мы расскажем вам о всех значимых датах и событиях каждого дня в России и мире. Наш календарь праздников поможет вам быть в курсе предстоящих торжеств и сделает вашу жизнь ярче и интереснее.
    праздник сегодня

  9. Maggie表示:

    See What Big Chiminea Tricks The Celebs Are Using big chiminea (Maggie)

  10. LeroyBak表示:

    otc ed drugs cheap medication ed medication

  11. Trefegc表示:

    Как купить аттестат 11 класса с официальным упрощенным обучением в Москве

    13.flybb.ru/viewtopic.php?f=20&t=1289

  12. Jorgeagopy表示:

    Online medicine order: Best online Indian pharmacy – best india pharmacy

  13. Pretty! This has been an extremely wonderful article.
    Thanks for supplying these details.
    https://paitosgpwarna.net/

  14. LeroyBak表示:

    buying prescription drugs in mexico online mexico pharmacy cheap reputable mexican pharmacies online

  15. I am in fact grateful to the owner of this site who has shared this impressive paragraph at at this place.

  16. directv go表示:

    Its like you read my mind! You appear to know so much about this, like you
    wrote the book in it or something. I think that
    you could do with a few pics to drive the message home a little bit, but instead of that, this is excellent blog.
    A great read. I will certainly be back.

  17. EC2 Instance表示:

    Greetings! I know this is kind of off topic but I was
    wondering if you knew where I could find a captcha plugin for my comment form?
    I’m using the same blog platform as yours and I’m having difficulty finding one?

    Thanks a lot!

    Here is my homepage EC2 Instance

  18. slot gacor表示:

    Hello, i think that i saw you visited my website so i came
    to “return the favor”.I am trying to find things to enhance my web site!I
    suppose its ok to use a few of your ideas!!

  19. Hi there, the whole thing is going nicely here and ofcourse every one is sharing data, that’s truly fine,
    keep up writing.

  20. 10 Facts About Ignition Barrel Replacement Near Me That Will Instantly
    Put You In The Best Mood Ignition Key repair

  21. Williamagric表示:

    cheap medications https://indianpharm24.pro/# best online pharmacy india

  22. I’m gone to convey my little brother, that he should
    also go to see this weblog on regular basis to get updated from hottest news.

    Also visit my web blog; Text with your business number

  23. I used to be recommended this website by way of my cousin.
    I am no longer positive whether or not this put up is written through him as no one else understand such distinctive about my problem.
    You’re wonderful! Thank you!

  24. Williamagric表示:

    hims ed pills http://pharm24.pro/# natural herbs for ed

  25. Free Download the best premium WordPress Premium Plugin Free Download Themes, Plugins, and templates with plan. 100 original with GPL Licensed & free update.

  26. Hwa表示:

    Everything You Need To Know About Sleeper Couch Dos And Don’ts
    sleeper futon, Hwa,

發佈留言

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