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,238,906 Responses

  1. Williamagric表示:

    erectile dysfunction https://pharm24.pro/# online canadian pharmacy

  2. LeroyBak表示:

    п»їbest mexican online pharmacies mexico pharmacy buying from online mexican pharmacy

  3. See What Best G Spot Vibrators Tricks The Celebs Are Using
    best g Spot vibrators

  4. Double Glazed Window Bedford Explained In Less Than 140
    Characters door fittings Bedfordshire

  5. Jorgeagopy表示:

    legal to buy prescription drugs from canada: cheap drugs – men with ed

  6. Have you ever thought about adding a little bit more than just your articles?
    I mean, what you say is important and all. However think of if
    you added some great photos or videos to give your posts more, “pop”!
    Your content is excellent but with pics and clips, this site could undeniably be one of the greatest in its niche.
    Awesome blog!

    Take a look at my website … https://www.cucumber7.com/

  7. The 10 Most Terrifying Things About Therun Under Desk Treadmill therun under desk Treadmill

  8. LeroyBak表示:

    male ed drugs cheap pharmacy best ed pills

  9. The Retro Fridge Freezer 50 50 Case Study You’ll Never Forget retro look Fridge freezer

  10. Jorgeagopy表示:

    mexico pharmacies prescription drugs: mexico pharmacy – buying prescription drugs in mexico online

  11. LeroyBak表示:

    indian pharmacy online Best Indian pharmacy п»їlegitimate online pharmacies india

  12. Williamagric表示:

    cheap pills online http://mexicanpharm24.cheap/# mexico pharmacies prescription drugs

  13. KANAJAHA表示:

    My brother recommended I would possibly like this website.
    He used to be totally right. This post truly made my day.
    You cann’t believe simply how a lot time I had spent for this info!

    Thank you!

  14. 20 Best Lightweight Folding Electric Wheelchair Uk Websites That Are Taking The Internet By Storm fold and go
    Electric Wheelchair – mymobilityscooters28041.wikiworldstock.com

  15. BrandonSaisy表示:

    erectile dysfunction cure: cheap drugs online – natural ed cures

  16. It’s Time To Expand Your Asbestos Cancer Law Lawyer Mesothelioma Settlement Options Mesothelioma Lawsuit
    (Thiesen-Skovsgaard-3.Technetbloggers.De)

  17. zapada01表示:

    Thanks for sharing your thoughts. I really appreciate your efforts and
    I am waiting for your further write ups thanks once again.

    Also visit my website: zapada01

  18. Williamagric表示:

    how to cure ed http://mexicanpharm24.cheap/# best online pharmacies in mexico

  19. 15 Presents For The Micro Marble Electric
    Fire Suites Lover In Your Life Freestanding Ready assembled electric fire suites

  20. OliviaClich表示:

    Мода – это четкая и непрерывная тенденция, сопряженная внешним видом, beauty-and-style.ru/palto-v-kletku-glavnyy-trend-sezona-vesna-osen-2025.html которая была прописана множеством людей пожилого течение некоторого времени.

  21. slot88表示:

    Thank you for some other magnificent post. Where else may
    just anyone get that kind of info in such an ideal method of writing?
    I have a presentation subsequent week, and I’m at the look for such info.

  22. 3 Ways The Mystery Boxes Will Influence Your
    Life mystery Box opening online

  23. I was recommended this blog by my cousin. I am not sure whether this post is written by him as no
    one else know such detailed about my trouble. You are wonderful!
    Thanks!

  24. I feel this is one of the such a lot vital information for me.
    And i’m satisfied reading your article. But want to
    remark on few common things, The website style is
    great, the articles is in point of fact nice :
    D. Excellent job, cheers

  25. Aaronrem表示:

    Советую этих профессионалов для строительства дома, узнать больше можно здесь https://postgresconf.org/users/three-builders

  26. Williamagric表示:

    ed treatment drugs https://mexicanpharm24.cheap/# purple pharmacy mexico price list

  27. LeroyBak表示:

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

  28. 1win méxico表示:

    Good post however I was wanting to know if you could write
    a litte more on this topic? I’d be very thankful if you could elaborate a
    little bit further. Many thanks!

  29. BrandonSaisy表示:

    buying prescription drugs in mexico: mexico pharmacy cheap – п»їbest mexican online pharmacies

發佈留言

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