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,519,307 Responses

  1. Guide To Case Battle: The Intermediate Guide For Case
    Battle Case Battle (Sciencewiki.Science)

  2. DevonPhack表示:

    https://pharm24.pro/# male erection
    ed natural remedies

  3. Way cool! Some very valid points! I appreciate you writing this write-up
    plus the rest of the website is also really good.

  4. When someone writes an post he/she keeps the thought of a
    user in his/her mind that how a user can understand it.
    Therefore that’s why this article is great. Thanks!

  5. Jorgeagopy表示:

    is ed reversible: cheap drugs online – diabetes and ed

  6. Хотите знать, какой сегодня праздник? На нашем портале собраны все значимые даты и события каждого дня. Мы расскажем об истории праздников, традициях их празднования и познакомим вас с уникальными торжествами разных стран и народов. Будьте в центре праздничных событий!
    https://buzulukmedia.ru/interesnye-idei-dlya-korporativnogo-piknika/

  7. Have you ever considered about adding a little bit more
    than just your articles? I mean, what you say is valuable and all.
    Nevertheless think of if you added some great graphics or
    videos to give your posts more, “pop”! Your content is excellent
    but with pics and clips, this website could certainly be one of the greatest in its field.

    Good blog!

  8. Nonetheless, his appears additionally earn him unexpected challenges and confrontations, particularly with a infamous bully named Lee Jin-seong.

  9. Clarkwer表示:

    Отечественный этношоп НашаМебель предлагает широкий запас кухонь, коие посодействуют сделать уют и еще удобство в течение вашем логове http://notahye4kuhnishki.ru/.

  10. rajacuan69表示:

    RAJACUAN69, an industry-leading pragmatic play demo slot site in Indonesia, offers a cutting-edge black scatter feature. The site prioritizes daily member comfort and safety. With vast experience, RAJACUAN69 delivers unparalleled service to gamblers across Indonesia. Official website : https://filamstar.com/

  11. EugeneRet表示:

    Аренда виртуальных телефонных номеров для 75 городов России и 38 стран мира. Звонки онлайн на городские и мобильные (сотовые) номера, бесплатный прием Виртуальный номер для Авито

  12. nenen4d表示:

    Fantastic site. Lots of helpful info here. I’m sending it to some buddies ans
    additionally sharing in delicious. And certainly,
    thanks to your effort!

  13. DevonPhack表示:

    https://mexicanpharm24.cheap/# mexico drug stores pharmacies
    errectile dysfunction

  14. Williamagric表示:

    cheap pet meds without vet prescription https://mexicanpharm24.cheap/# п»їbest mexican online pharmacies

  15. I just like the valuable information you supply for your articles.
    I’ll bookmark your blog and take a look at
    once more here regularly. I am slightly sure I will be informed many new stuff right right
    here! Best of luck for the following!

  16. porn cannibalism

  17. pawbiotix表示:

    I’m extremely impressed with your writing skills and
    also with the layout on your blog. Is this a paid theme or did you modify
    it yourself? Either way keep up the excellent
    quality writing, it is rare to see a great blog like this one nowadays.

  18. slot表示:

    I’m not sure exactly why but this website is loading very slow for me.
    Is anyone else having this issue or is it a issue on my
    end? I’ll check back later and see if the problem still exists.

  19. Wow, marvelous blog layout! How long have you been blogging for?
    you made blogging look easy. The overall look of your website is magnificent, let alone
    the content!

  20. The 10 Most Scariest Things About SEO Experts London Seo experts london

  21. I get pleasure from, cause I found just what I used to be looking for.
    You have ended my 4 day lengthy hunt! God Bless
    you man. Have a nice day. Bye

  22. BrandonSaisy表示:

    medicine in mexico pharmacies: mexican pharm 24 – buying prescription drugs in mexico online

  23. Jorgeagopy表示:

    mexican online pharmacies prescription drugs: mexican pharm 24 – medicine in mexico pharmacies

  24. What Freud Can Teach Us About Wall Mounted Fireplace wall fireplace (Git.taokeapp.net)

  25. DevonPhack表示:

    https://mexicanpharm24.cheap/# buying prescription drugs in mexico
    prescription drugs online without

  26. Are You Getting The Most Value You Private ADHD Assesment?
    adhd assessment for Adults private

  27. Sylvia表示:

    A Provocative Remark About Key Audi audi keyless entry (Sylvia)

發佈留言

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