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,230,148 Responses

  1. Paulina表示:

    15 Gifts For The Buy Mobility Scooters Near Me Lover In Your Life buy
    mobility scooter batteries; Paulina,

  2. Marcelabelp表示:

    https://canadaph24.pro/# canadian discount pharmacy

  3. Michaelcew表示:

    http://canadaph24.pro/# canadian pharmacy

  4. Quiz: How Much Do You Know About Marc Jacobs Handbag? marc Jacobs Bag – Tk maxx

  5. Hey I know this is off topic but I was wondering if you knew of any widgets I could add to my blog that automatically tweet my
    newest twitter updates. I’ve been looking for a plug-in like this
    for quite some time and was hoping maybe you would have some experience with something like this.
    Please let me know if you run into anything. I truly enjoy reading your blog and I look forward to your new updates.

  6. Best Automatic Folding Mobility Scooter Uk Tips To Relax Your Daily Life
    Best Automatic Folding Mobility Scooter Uk Technique Every Person Needs To Be Able To best automatic Folding mobility scooter uk (https://te.legra.ph/What-Is-Autofold-Mobility-Scooter-History-Of-Autofold-Mobility-Scooter-09-20)

  7. Enough Already! 15 Things About Michael Kors Designer Bags We’re Sick Of Hearing michael kors Bags small

  8. Stevenrip表示:

    best online pharmacies in mexico: mexico pharmacy – mexican border pharmacies shipping to usa

  9. Double Glazing Fitters Near Me: The Good, The Bad, And The Ugly double glazed replacement units

  10. Attorneys表示:

    10 Erb’s Palsy Lawyers Tricks All Experts
    Recommend Attorneys

  11. jmcdz.com表示:

    I am extremely inspired together with your writing talents as well as with the format to your blog.
    Is that this a paid theme or did you customize it your self?
    Anyway stay up the nice quality writing, it is rare to peer a great blog like
    this one these days.. http://jmcdz.com/comment/html/?9903.html

  12. Marcelabelp表示:

    http://mexicoph24.life/# reputable mexican pharmacies online

  13. Hi! I could hаve sworn nā nūhou pāʻani i kēia lā‘ve been tо thіs site bеfore Ьut aftеr reading throᥙgh somе ߋf the ost
    Ι realized it’s new to mе. Anyways, I’m definiitely haρpy I found іt аnd I’ll ƅe book-marking ɑnd checking back oftеn!

  14. Michaelcew表示:

    http://mexicoph24.life/# mexican border pharmacies shipping to usa

  15. near Me表示:

    Mini Cooper Keys: What’s New? No One Is Talking About near Me

  16. Marcelabelp表示:

    https://canadaph24.pro/# canada drugs reviews

  17. vo_ntorg_cmot表示:

    Воєнторг
    8. Специальное снаряжение для боевых действий
    зимовий одяг зсу зимовий одяг зсу .

  18. Rickysem表示:

    medication from mexico pharmacy mexican drugstore online reputable mexican pharmacies online

  19. Hi there it’s me, I am also visiting this web
    page on a regular basis, this site is actually good
    and the viewers are truly sharing good thoughts.

  20. An In-Depth Look Back How People Discussed Freezer Table Top 20 Years Ago
    cheap freezers

  21. What Is Mesothelioma Law Firm And How To Use What Is Mesothelioma Law
    Firm And How To Use asbestos Lawsuit

  22. Michaelcew表示:

    http://mexicoph24.life/# buying prescription drugs in mexico

  23. JustinCit表示:

    pharmacy website india https://indiaph24.store/# indian pharmacies safe
    indianpharmacy com

  24. Its not my first time to visit this web page,
    i am visiting this website dailly and take nice
    facts from here every day.

  25. ULTRA K9 PRO表示:

    Everything is very open with a really clear explanation of the issues.

    It was really informative. Your site is extremely helpful.
    Thanks for sharing!

  26. Oh my goodness! Incredible article dude! Thank you so
    much, However I am experiencing issues with your RSS.

    I don’t understand the reason why I cannot join it.

    Is there anybody else getting the same RSS problems?
    Anybody who knows the solution will you kindly respond?
    Thanks!!

  27. find out more表示:

    I am genuinely delighted to read this blog posts which includes tons of useful facts, thanks for providing
    such statistics.

  28. live today表示:

    Hey! This post couldn’t be written any better!
    Reading through this post reminds me of my previous room mate!

    He always kept talking about this. I will forward this post to him.

    Fairly certain he will have a good read.
    Many thanks for sharing!

  29. Pedroereva表示:

    buying prescription drugs in mexico: Online Pharmacies in Mexico – pharmacies in mexico that ship to usa

發佈留言

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