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,515,103 Responses

  1. KevinSounc表示:

    http://slotsiteleri.bid/# en iyi slot siteleri

  2. Cazrkfh表示:

    Удивительно, но купить диплом кандидата наук оказалось не так сложно
    sbmk.org/css/pgs/kupit_diplom_universiteta__gde_nayti_i_na_chto_obratit_vnimanie

  3. KevinSounc表示:

    http://slotsiteleri.bid/# yasal slot siteleri

  4. Hey! I know this is kinda off topic but I was wondering if you knew where
    I could locate 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!

  5. Amazing postings, Thanks.

  6. It’s going to be finish of mine day, however before finish I am reading this
    enormous piece of writing to increase my experience.

  7. 9 . What Your Parents Teach You About ADHD Diagnosis Adults
    adhd diagnosis Adults

  8. porn child表示:

    Hey there! This is my 1st comment here so I just wanted to give a quick shout out and
    say I genuinely enjoy reading through your blog posts.
    Can you recommend any other blogs/websites/forums that go over the same topics?

    Thanks!

  9. Do you mind if I quote a couple of your articles
    as long as I provide credit and sources back to your webpage?

    My blog is in the exact same niche as yours and my
    visitors would certainly benefit from a lot of the information you provide here.
    Please let me know if this ok with you. Thank you!

  10. 836614表示:

    5 People You Should Meet In The How Take Care Of Pets Industry 836614

  11. Andrewrible表示:

    באילת הולכות לקחת אותך למסע קסום ומופלא בו תגלה את כל היכולות של גוף האישה, ואת הכוח הגברי שטמון בך. לפעמים קשה להסביר במילים דירות דיסקרטיות בחיפה הן לא סתם מקום שאתה רוצה להיות בו. זהו המקום שבו אתה פשוט חייב להיות. מאמר 4 נערות ליווי בתל אביב this page

  12. 11 Ways To Completely Redesign Your Fireplace Surrounds marble fireplaces

  13. mba là gì表示:

    Appreciating the time and energy you put into your website and in depth information you present.
    It’s great to come across a blog every once in a while that isn’t the same outdated rehashed material.

    Wonderful read! I’ve saved your site and I’m including your
    RSS feeds to my Google account.

  14. Solutions To Issues With Togel4d situs Togel Online

  15. A Brief History Of ADHD Symptoms In Women Test History
    Of ADHD Symptoms In Women Test adult adhd in Women

  16. 5 Killer Quora Answers To Bi Fold Repairs bi fold repairs

  17. of course like your website but you have to check the spelling on quite a few of your posts.
    A number of them are rife with spelling problems and I find it very bothersome to tell the truth nevertheless I will certainly come back again.

    my webpage … is provadent legitimate

  18. Blingle Jacksonville, FL
    10221-3 Beach Boulevard,
    Jacksonville, FL 32246, United Ꮪtates
    9049778928
    driveway Holiday illumination

  19. Does Technology Make Mesothelioma Better Or
    Worse? mesothelioma legal Counsel

  20. I was recommended this web site by my cousin. I am not sure whether this post is written by him as no one else know such detailed about my problem.

    You are wonderful! Thanks!

  21. Jayne表示:

    Folding Treadmill UK Tools To Streamline Your Daily Life Folding Treadmill UK Trick That Everyone Should Learn folding treadmill uk
    (Jayne)

  22. mesothelioma表示:

    The 9 Things Your Parents Taught You About Mesothelioma
    Claim mesothelioma

  23. Lorrine表示:

    How To Outsmart Your Boss In American-Style Fridge Freezers
    60cm wide american fridge freezer (Lorrine)

  24. This text is invaluable. When can I find out more?

  25. gold savings表示:

    You really make it appear really easy together with your presentation but I find
    this matter to be really something which I feel I might by
    no means understand. It sort of feels too complicated and extremely wide for me.
    I’m taking a look ahead on your subsequent submit,
    I’ll try to get the dangle of it!

  26. The Most Convincing Evidence That You Need Mini Key Replacement Mini Cooper Keys Not Working

發佈留言

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