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,364,333 Responses

  1. What Car Locksmith Experts Want You To Be Educated carkey locksmith

  2. Terri表示:

    10 Failing Answers To Common Volvo Keyfob Questions:
    Do You Know The Correct Answers? volvo c30 key – Terri

  3. 15 Startling Facts About What Is The Best Folding Mobility Scooter To
    Buy That You Never Knew What Is The Best Automatic Folding Mobility Scooter

  4. 9 . What Your Parents Taught You About Online Shopping Sites Clothes Cheap online shopping sites clothes cheap

  5. A Comprehensive Guide To Auto Locksmiths From Beginning
    To End automotive lock smith near Me

  6. 5 Killer Quora Answers To Replacement Double Glazing Units Near Me Replacement Double Glazing Units Near Me

  7. What Is Accident Compensation? History Of Accident Compensation Accident Lawsuit

  8. logic wkłady表示:

    What’s up, yes this post is truly nice and I have learned lot of things
    from it on the topic of blogging. thanks.

  9. Thanks a lot, Ample content!

  10. Buy Used Mobility Scooter Explained In Fewer Than 140 Characters what is the best Mobility scooter to buy uk

  11. Your mode of telling everything in this article is in fact
    good, all be able to without difficulty
    be aware of it, Thanks a lot https://chefthierry.ca/plats-frais-et-gastronomiques/

  12. online表示:

    How To Find The Perfect Dreme L30 Online online

  13. “The Double Glazed Window Near Me Awards: The Best, Worst, And Weirdest Things We’ve Seen double glassing

  14. PedroVot表示:

    מיוחדת לפרטים הקטנים. האבזור בהן נוח אך פשוט והעיצוב קליל, ללא אלמנטים מיוחדים. לעומת זאת, ניתן גם למצוא דירות דיסקרטיות מפוארות, המעניקות לכם חוויה אחרת לגמרי והמחיר שלהן הוא בהתאם. דירות אלו מעוצבות בטוב טעם וניכר שהקדישו הרבה משאבים כדי לספק Hot sexy escort service Tel Aviv girls

  15. This page certainly has all of the info I wanted
    concerning this subject and didn’t know who to ask.

  16. 10 Reasons Why People Hate Automatic Folding Mobility Scooter Second Hand Automatic Folding Mobility
    Scooter Second Hand Automatic Fold Up Scooter

  17. Ten Ways To Build Your Side By Side Fridge And Freezer Pair Empire counter Depth Refrigerator side by Side white

  18. How To Create An Awesome Instagram Video About Magimix Nespresso Machine krups nespresso Machines

  19. This piece of writing is truly a fastidious one it assists
    new web people, who are wishing for blogging.

    Also visit my webpage :: Portal.virtueliving.org

  20. Johnette表示:

    What’s The Job Market For Double Glazed Window Repairs Professionals?
    double glazed window repairs (Johnette)

  21. best spas表示:

    I’m truly enjoying the design and layout of your blog.

    It’s a very easy on the eyes which makes it much more enjoyable for me to come here and
    visit more often. Did you hire out a designer to create your theme?
    Great work!

  22. See What How Much Is A Private ADHD Assessment UK Tricks The Celebs Are Utilizing
    how much Is a private adhd Assessment

  23. cases表示:

    The Intermediate Guide In Battle Case CS GO cases

  24. 10 Meetups About Which CS GO Case Is Best To Open You Should Attend shadow case (Cs-upgrade.top)

  25. Taylor表示:

    What Is The Future Of Leeds Door And Window Be Like In 100 Years?
    upvc window hinge repairs leeds (Taylor)

  26. Firsturl.De表示:

    5 Will CSGO Case Prices Go Down Projects
    For Any Budget Cs2 Case Opening (Firsturl.De)

  27. 12 Companies Leading The Way In Trucking Lawyers truck accident Law firm

  28. Telegra.Ph表示:

    You’ll Be Unable To Guess SEO Tools Software’s Tricks Seo
    Tools Software [Telegra.Ph]

  29. I am 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?
    Anyway keep up the nice quality writing, it’s rare to see
    a great blog like this one these days.

發佈留言

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