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,144,937 Responses

  1. Ten Accident Lawyers That Really Improve Your Life accident lawyers

  2. You’ll Never Guess This Trusted Online Shopping Sites For Clothes’s Secrets trusted Online Shopping sites for clothes (guyanaexpatforum.Com)

  3. 10 Healthy Jackpot Slots Habits Themed Slots [Olderworkers.Com.Au]

  4. The Reasons Top-Rated Mobility Scooters Is More Risky Than You
    Think Elderly scooters

  5. https://angryowners.site/index.php/Ketonara:_The_Safety_And_Efficacy_Of_Keto_Supplements is a popular weight loss supplement that contains apple cider vinegar as its main ingredient. This product is marketed as a natural and effective way to promote weight loss and improve overall health.

  6. 20 Misconceptions About Bedford Door And Window: Busted Glazier bedford doors Bedfordshire

  7. Hi, every time i used to check web site posts here early in the dawn, since i like to gain knowledge of more and more.

  8. Meds prescribing information. Effects of Drug Abuse.
    order tamoxifen for sale
    Some information about medication. Read information here.

  9. KennethFom表示:

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

  10. Vegas slots表示:

    The 10 Most Scariest Things About Vegas Slots Vegas slots

  11. Guide To Zeus Hades Demo Slot: The Intermediate Guide The Steps To Zeus Hades
    Demo Slot zeus hades demo slot

  12. link bokep表示:

    I’d like to find out more? I’d like to find out more details.

  13. 13 Things You Should Know About Examples Of Online Shopping That You Might Not Know Prodigy Deadbolt
    Satin Nickel – https://Vimeo.Com/

  14. Hacksaw slots表示:

    Special Slots: The Ugly Facts About Special Slots Hacksaw slots

  15. Legal表示:

    The Main Issue With Motorcycle Accident Claim, And How You Can Fix It Legal

  16. 25 Amazing Facts About Shopping Online Uk Ivanky-Oc Adapters

  17. Hi, I log on to your new stuff on a regular basis.
    Your writing style is witty, keep up the good
    work!

    Feel free to visit my web-site … Naraka: Bladepoint sexy costume

  18. Thanks for another informative web site.
    The place else may I get that type of info written in such
    a perfect way? I have a venture that I am simply now running on, and I’ve been on the look out for
    such info.

  19. You’ll Never Guess This Low Limit Slots’s Tricks Low Limit Slots

  20. Oliva表示:

    15 Gifts For The Which Is Best For Online Grocery Shopping Lover In Your Life
    Greenpan Light Blue Pan, Oliva,

  21. When I originally commented I clicked the
    “Notify me when new comments are added” checkbox and now each time a comment
    is added I get three e-mails with the same comment.
    Is there any way you can remove people from that service?

    Many thanks!

  22. Lenore表示:

    See What Where To Buy Electronics Online Tricks The Celebs Are
    Using where to buy electronics online (Lenore)

  23. 10 Fundamentals Concerning Online Shopping Uk Discount You Didn’t Learn In School Ppd Free Hair Color

  24. You suggested that well!

  25. Thank you for sharing your info. I really appreciate your efforts and I
    will be waiting for your further write ups thank you
    once again.

  26. What’s The Current Job Market For Online Shopping Uk Groceries Professionals?
    Online Shopping Uk Groceries, Dream-Weaver.Co.Kr,

  27. h6h2h5.wiki表示:

    This Most Common Replacement Volkswagen Keys Debate
    Isn’t As Black And White As You Might Think volkswagen golf car key (h6h2h5.wiki)

  28. What NOT To Do In The Upvc Front Doors Industry Upvc door seals

  29. Five Killer Quora Answers To Popular Casino Slots
    popular casino slots

  30. great site表示:

    Very descriptive post, I enjoyed that a lot.
    Will there be a part 2?

發佈留言

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