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,243,814 Responses

  1. StevenNub表示:

    prednisone 2.5 tablet: prednisone – prednisone 20 mg prices

  2. Thank you for some other magnificent post. The place else could anybody get that kind of info in such a perfect way of writing?
    I have a presentation subsequent week, and I’m at the look for such information.

  3. Dereketerm表示:

    prednisone cream rx: ray pharm – prednisone 20 mg pill

  4. Great site you’ve got here.. It’s hard to find high quality writing like yours these days.

    I seriously appreciate people like you! Take care!!

    Also visit my page :: Electric Gate Repair Houston

  5. Markdob表示:

    Приветствую. Подскажите, где почитатьразные статьи о недвижимости? Сейчас читаю – https://bizkonta.ru

  6. The 10 Scariest Things About Car Replacement Key Cost car Replacement key cost

  7. Lazreoi表示:

    Как оказалось, купить диплом кандидата наук не так уж и сложно
    o97765bq.beget.tech/2024/10/15/vash-diplom-bystro-udobno-kachestvenno.html

  8. Купить дапоксетин без рецептов в Санкт-Петербурге с доставкой https://spb-generic.ru/poxet большой выбор
    препаратов для мужчин производства Индии в наличии по выгодным ценам

  9. Excellent site you’ve got here.. It’s hard to find quality writing like
    yours these days. I honestly appreciate individuals like you!
    Take care!!

    Also visit my page :: เช่าชุดไทย

  10. Markdob表示:

    Приветствую. Может кто знает, где почитатьполезные блоги о недвижимости? Сейчас читаю – https://bizkonta.ru

  11. Sectional L Shaped Tools To Make Your Daily Lifethe One Sectional L Shaped Trick That Every Person Should Be Able
    To Sectional L Shaped

  12. BrandenSlomy表示:

    prednisone 20mg price in india: prednisone – prednisone 40 mg tablet

  13. JosephTeets表示:

    Yeni bir casino ar?yorsan?z ?? **AbeBet Casino** tam size gore!
    abe.bet adresine hemen gidin ve ozel f?rsatlarla tan?s?n.
    Populer slot oyunlar? burada sizi bekliyor.
    **Kazanmaya baslay?n** ve AbeBet Casino fark?n? yasay?n!

  14. i9bet表示:

    Hey there just wanted to give you a quick heads up and let you know a few of the images aren’t loading correctly.
    I’m not sure why but I think its a linking issue. I’ve tried it in two different
    browsers and both show the same results.

  15. ماه چت表示:

    Hi there, You’ve done an excellent job. I’ll definitely digg it and personally recommend
    to my friends. I am sure they’ll be benefited from this
    website.

  16. You suggested that exceptionally well.

  17. Nikefut表示:

    dark website tor marketplace tor market

  18. A person necessarily help to make significantly posts I
    would state. This is the very first time I frequented your web page and thus far?
    I amazed with the research you made to create this actual publish extraordinary.
    Great process!

  19. Lazrqgy表示:

    Легальная покупка школьного аттестата с упрощенной программой обучения

    86hm.ru/forum/flame/?topic_id=25824

  20. Right away I am ready to do my breakfast, afterward having my breakfast coming yet again to
    read more news.

  21. Togel4d表示:

    You’ll Never Guess This Togel4d Login’s Tricks Togel4d

  22. StevenNub表示:

    where can i get prednisone over the counter: prednisone ray pharm – buy prednisone nz

  23. 9 . What Your Parents Taught You About Gas Safety Certificate Price Gas safety certificate price

  24. BrandenSlomy表示:

    priligy: buy priligy – priligy max pharm

  25. StevenNub表示:

    buy amoxicillin online uk: com pharm – can you buy amoxicillin over the counter

  26. It’s genuinely very difficult in this active life to listen news on TV, thus I only use web for that reason, and obtain the hottest information.

    Also visit my blog post; Omaha liposuction

  27. check here表示:

    I’m really inspired with your writing talents and also with the structure in your blog.

    Is this a paid subject matter or did you modify it yourself?

    Either way stay up the excellent quality writing, it’s uncommon to
    see a great blog like this one nowadays..

  28. bookmarked!!, I like your blog!

    Look at my website; random video chat

  29. What’s The Current Job Market For Treadmill Shop Near Me
    Professionals? treadmill shop near me

  30. Quality content is the important to interest the visitors to visit the web site, that’s what this web page is providing.

發佈留言

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