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,122,457 Responses

  1. Your style is very unique compared to other folks I’ve read stuff from.
    Thank you for posting when you’ve got the opportunity, Guess I’ll just book mark this blog.

  2. king-wifi.win表示:

    Enjoy A Therapeutic Massage With The Ijoy Human Touch Shiatsu Massage
    Chair 하이오피 커뮤니티 (king-wifi.win)

  3. This is very interesting, You’re a very skilled blogger.

    I’ve joined your rss feed and look forward to seeking more of your magnificent post.
    Also, I’ve shared your web site in my social networks!

  4. Taylah表示:

    The 10 Most Scariest Things About How To Get ADHD Diagnosis get adhd
    diagnosis (Taylah)

  5. kwg game表示:

    It’s remarkable to pay a visit this web page and reading the
    views of all colleagues regarding this article, while I am also keen of getting know-how.

  6. Why Everyone Is Talking About Volvo Xc60 Replacement Key Cost Right Now car key replacement volvo

  7. What’s The Current Job Market For Private Psychiatrist Cardiff Professionals Like?
    private psychiatrist cardiff

  8. What’s The Current Job Market For Automatic
    Folding Travel Mobility Scooter Professionals
    Like? automatic folding travel Mobility scooter

  9. meslot123表示:

    Hello, Neat post. There’s a problem with your site in internet explorer, might test this?
    IE nonetheless is the market chief and a good element of other people will omit
    your magnificent writing because of this problem.

  10. Mckinley表示:

    10 Facts About Treehouse Beds That Will Instantly Put You In An Upbeat Mood treehouse bed for girl (Mckinley)

  11. Jennifer表示:

    What’s The Current Job Market For Hyundai Replacement Key Professionals Like?

    hyundai replacement key (Jennifer)

  12. You’ll Never Guess This Electric Automatic Folding 4-Wheel Mobility
    Scooter’s Tricks electric automatic folding 4-wheel Mobility scooter

  13. Eltonwag表示:

    что означает ретрит https://ретриты.рф

  14. Aw, this was a really nice post. Finding the time and actual effort
    to make a really good article… but what can I say… I put things off a lot and never manage to get anything done.

  15. The 10 Most Terrifying Things About Robot Vacuum With Self Emptying robot
    vacuum with self emptying – http://agriexpert.kz/user/boatsinger01

  16. Drstobeese表示:

    Eldepryl: generic viagra pharmacy review – xenical pharmacy online

  17. Whats up very cool website!! Guy .. Beautiful .. Superb ..

    I will bookmark your web site and take the feeds additionally?
    I’m happy to search out numerous useful info here within the put up, we need work
    out more techniques in this regard, thank you for sharing.

    . . . . .

    Here is my web site: online coloring for child – horovo-games.ck.page,

  18. See What Mobility Scooter For Adults Tricks The Celebs Are Using
    mobility scooter For Adults

  19. I love your blog.. very nice colors & theme.

    Did you make this website yourself or did you hire someone to do it for you?
    Plz reply as I’m looking to design my own blog and
    would like to know where u got this from. many thanks

  20. How Psychiatrist Assessment Became The Hottest Trend In 2023
    Psychiatrist assessment Online

  21. Greetings from Ohio! I’m bored at work so I decided to check out your website on my iphone during lunch break.
    I really like the information you provide here and can’t wait to take
    a look when I get home. I’m shocked at how fast your blog loaded on my phone ..

    I’m not even using WIFI, just 3G .. Anyhow, amazing blog!

  22. Medicines information sheet. What side effects?
    how can i get cheap ropinirole no prescription
    Everything what you want to know about meds. Read here.

  23. Easydrorbix表示:

    heb pharmacy: top rx pharmacy – mutual of omaha rx pharmacy

  24. Drstobeese表示:

    compounding pharmacy low dose naltrexone: trusted overseas pharmacies – us pharmacy viagra prices

  25. See What Car Open Service Tricks The Celebs Are Using
    Car open Service

  26. 7 Simple Secrets To Totally Rolling With Your Mental Health Assessment Uk
    mental illness assessment test

  27. Easydrorbix表示:

    pharmacy store fixtures and design: mypharmacy – online generic pharmacy

  28. I’m really enjoying the design and layout of your blog.
    It’s a very easy on the eyes which makes it much more
    pleasant for me to come here and visit more often. Did you hire
    out a developer to create your theme? Superb work!

  29. Easydrorbix表示:

    tesco pharmacy levitra: online pharmacy valtrex no prescription – big online pharmacy

  30. Drstobeese表示:

    fluconazole pharmacy: lamotrigine pharmacy – online pharmacy no prescription needed ambien

發佈留言

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