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,211,998 Responses

  1. DominicJaw表示:

    pharmacies in mexico that ship to usa: purple pharmacy mexico price list – mexico drug stores pharmacies

  2. What’s Everyone Talking About Pragmatic Play Demo Sweet Bonanza Today sweet bonanza free
    spins (olderworkers.com.au)

  3. جنده表示:

    Amazing tons of good advice.

  4. trackers表示:

    7 Easy Tips For Totally Rolling With Your Autowatch Ghost
    Installers Near Me trackers

  5. Undeniably consider that that you stated. Your favourite justification appeared to be at
    the web the simplest thing to take into account of.
    I say to you, I certainly get annoyed whilst other folks think about worries that they plainly don’t know about.

    You controlled to hit the nail upon the highest as
    smartly as defined out the whole thing with no need side-effects , other folks can take a
    signal. Will probably be again to get more. Thanks

  6. enhancing the doll’s natural and lifelike movements.美人 セックスcom is exemplary,

  7. 數位行銷表示:

    http://digimarketing6.s3-website.ap-east-1.amazonaws.com/research/digimarketing6-(191).html
    We love spring colours like blush, gold, pale green, and blue along with floral prints for mom of the bride clothes for spring weddings.

  8. Arnoldten表示:

    mexican online pharmacies prescription drugs buying from online mexican pharmacy mexico drug stores pharmacies

  9. 10 Tell-Tale Signals You Should Know To Buy
    A Best CSGO Opening Site Counter-Strike Cases

  10. 5 Killer Quora Answers To Couch With Pull Out Bed Pull Out Sofa Bed

  11. DominicJaw表示:

    medicine in mexico pharmacies: purple pharmacy mexico price list – mexico drug stores pharmacies

  12. 5 Must-Know Practices For Repairs To Upvc Windows In 2023
    Sash Windows upvc

  13. DominicJaw表示:

    mexican rx online: mexican online pharmacies prescription drugs – buying prescription drugs in mexico

  14. Brook表示:

    15 Things You Don’t Know About Boat Accident Case boat accident attorneys (Brook)

  15. 桃園外燴表示:

    https://catering2.research.au-syd1.upcloudobjects.com/research/catering2-(138).html
    Following these simple guidelines are certain to make the process go easily and effectively.

  16. Promokod_djml表示:

    Где найти актуальные промокоды? Узнайте здесь. Где найти актуальные промокоды? Узнайте здесь. .

  17. Nelsonbluck表示:

    buying from online mexican pharmacy: buying from online mexican pharmacy – mexican pharmaceuticals online

  18. The 10 Most Terrifying Things About Lightweight Folding Electric
    Wheelchair Uk Lightweight Folding electric wheelchair uk

  19. DominicJaw表示:

    mexican drugstore online: best online pharmacies in mexico – buying prescription drugs in mexico

  20. Arnoldten表示:

    medication from mexico pharmacy best online pharmacies in mexico mexican rx online

  21. You’ll Be Unable To Guess Double Glaze Repair Near Me’s
    Tricks double Glaze repair near me

  22. ftmo表示:

    Hello. I want to introduce creator. His name is Santo Peck.
    I am an administrative assistant. Doing decor is to become a thing
    that I’m totally enslaved. My house is now in Mn.

  23. https://filedn.eu/lXvDNJGJo3S0aUrNKUTnNkb/accounting4/research/accounting4-(222).html
    A little sparkle is a must when celebrating such a joyous event.

  24. Arnoldten表示:

    mexico pharmacy mexican rx online mexican mail order pharmacies

  25. WayneCoirl表示:

    mexican rx online: medicine in mexico pharmacies – mexico pharmacies prescription drugs

  26. WayneCoirl表示:

    mexico pharmacies prescription drugs: buying from online mexican pharmacy – mexican drugstore online

  27. users.atw.hu表示:

    Guide To Couples Sex Accessories: The Intermediate Guide The Steps To Couples Sex Accessories
    couples sex accessories; users.atw.hu,

  28. Concetta表示:

    What Is The Reason Window Replacement Cost Is Right For You window replacement cost uk – Concetta,

  29. seo公司表示:

    https://filedn.eu/lXvDNJGJo3S0aUrNKUTnNkb/digi7/research/digi7-(264).html
    This gentle gray is ideal for the mom of the bride dress.

發佈留言

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