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,146,051 Responses

  1. The Best Tips You’ll Ever Receive On Modern Slots top winning slots

  2. Falchion Case表示:

    10 Myths Your Boss Is Spreading Regarding CSGO Cases Value Falchion Case

  3. Watch This: How CS GO Battle Case Is Taking Over And What Can We Do
    About It case Revolution; trade-britanica.Trade,

  4. slot games表示:

    What Makes The Slot Apps So Effective? In COVID-19?
    slot games

  5. 7 Simple Strategies To Totally Intoxicating Your
    Online Slots Slot Machine Bonuses [Maps.Google.Com.Qa]

  6. Kandice表示:

    Incredible! This blog looks exactly like my old one!
    It’s on a completely different topic but it has pretty much the same page layout and design. Great choice of colors!

  7. Horizon Case表示:

    10 Of The Top Mobile Apps To What CSGO Cases Should I Open Horizon Case

  8. blum-coin.com表示:

    As of December 2023, https://https://blum-coin.com// had a peak trading price of Bitcoin in November 2021, if its price reached 51,032.02 pounds.

  9. Margarito表示:

    Accident Lawyer 101:”The Complete” Guide For Beginners
    accident law firms [Margarito]

  10. play Slots表示:

    What Slot Tournaments Experts Would Like You To Know play Slots

  11. The Most Powerful Sources Of Inspiration Of Licensed Slots Themed slot games – http://ling.teasg.Tw/,

  12. The Most Powerful Sources Of Inspiration Of Locksmith Car local locksmiths for Cars

  13. Cassino que voce vai adorar Blaze

  14. Retrieving your money shouldn’t be complicated. That’s why our methodology is simple and transparent.

    Just provide us with some basic information, and we’ll handle everything
    else.

    Don’t let a simple mistake keep you from your savings.
    Our goal is to ensure the return of every dime.

  15. Diplom_tmKl表示:

    купить диплом бакалавра http://www.ukr-diplom.ru .

  16. 14 Creative Ways To Spend Leftover Online Shopping
    Uk Groceries Budget Professional Welding Supplies

  17. Diplom_hzKl表示:

    купить диплом института ukr-diplom.ru .

  18. How To Ship To Ireland From Uk Tools To Streamline Your Daily Lifethe One How To Ship
    To Ireland From Uk Trick That Should Be Used By Everyone Know how
    to ship to ireland from uk (nofearofficial.com)

  19. The Most Significant Issue With Online Home Shop Uk Discount Code, And How You Can Repair
    It 300 Lumens Led Headlight (https://vimeo.Com)

  20. Demo Slot Sugar Rush’s History Of Demo Slot Sugar Rush In 10
    Milestones game demo sugar rush

  21. attorneys表示:

    20 Resources To Make You More Efficient At Motor Vehicle Legal attorneys

  22. What’s The Job Market For Personal Injury Compensation Professionals?

    Personal injury

  23. The price of cs for the https://www.play-doge.com/ constantly growing. follow our daily news about crypto adventure.

  24. Diplom_tmKl表示:

    купить диплом менеджера купить диплом менеджера .

  25. Eddiepiomb表示:

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

  26. A Sage Piece Of Advice On Double Glazed Window Suppliers Near Me From The Age Of Five double Glazed windows

發佈留言

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