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,237,668 Responses

  1. Cwit.edu.sa表示:

    The 9 Things Your Parents Teach You About Folding Treadmills UK Folding Treadmills
    uk (Cwit.edu.sa)

  2. Ronaldpsymn表示:

    http://ciprofloxacin.tech/# cipro for sale

  3. The Top Companies Not To Be In The Lawyers That Handle Mesothelioma Cases Industry texas mesothelioma lawyer

  4. RandallTaulp表示:

    cost of cheap propecia without a prescription: cheap propecia without insurance – buy cheap propecia pills

  5. Pedro表示:

    Five Killer Quora Answers To Standing Desk Treadmill
    standing desk treadmill – Pedro,

  6. What You Should Be Focusing On Improving Designer Handbags Large Designer handbags Cheap

  7. silver medals表示:

    Good post! We are linking to this particularly great post on our site.
    Keep up the good writing.

    Review my website – silver medals

  8. 5 Laws That Will Help With The Car Accident Litigation Industry car Accident attorneys

  9. Indisputable Proof That You Need Michael Kors Bag Michael kors Handbags grey

  10. RandallTaulp表示:

    Abortion pills online: order cytotec online – buy cytotec online

  11. WilliamRhype表示:

    https://cytotec.club/# buy cytotec over the counter

  12. Check Out The Repair Window Tricks That The Celebs Are Using Double Glazed window repairs Near me

  13. Linnie表示:

    How To Create An Awesome Instagram Video About Double Glazing
    Doctor Near Me double glazing replacement window – Linnie,

  14. Davidtes表示:

    cipro 500mg best prices ciprofloxacin 500 mg tablet price buy generic ciprofloxacin

  15. 10 Things You Learned In Kindergarden That’ll Help
    You With SEO Management Services Seo services manchester

  16. Kristal表示:

    14 Smart Ways To Spend Leftover Malpractice Attorney Budget malpractice lawsuits
    (Kristal)

  17. Ronaldpsymn表示:

    http://nolvadex.life/# tamoxifen headache

  18. Guide To Mazda Replacement Keys: The Intermediate Guide Towards Mazda
    Replacement Keys mazda replacement Keys

  19. Robertsib表示:

    Магазин, где можно выбрать раковина villeroy boch o novo под любой интерьер.

  20. WilliamRhype表示:

    http://cytotec.club/# buy cytotec pills online cheap

  21. Your mode of explaining all in this piece of writing is in fact fastidious, all be able to easily know it, Thanks a lot https://fenestrationdessommets.com/en/products/windows/?amp=1

  22. 10 Things We All Hate About Avon Book Online current
    avon book; Sycw1388.co.kr,

  23. RandallTaulp表示:

    ciprofloxacin: cipro ciprofloxacin – where can i buy cipro online

  24. Hassie表示:

    Hi there to every one, for the reason that I am
    truly keen of reading this web site’s post to be updated
    regularly. It contains fastidious material.

  25. 롤토토表示:

    If you are going for finest contents like I do,
    simply visit this web page all the time for the reason that
    it offers feature contents, thanks

  26. Read This表示:

    Remarkable issues here. I am very happy to look your article.
    Thanks so much and I’m having a look forward to touch you.
    Will you please drop me a e-mail?

  27. 14 Questions You Might Be Anxious To Ask Injury Law injury law firm (littleyaksa.yodev.net)

  28. Davidtes表示:

    ciprofloxacin generic ciprofloxacin order online antibiotics cipro

  29. 125.141.133.9表示:

    The 10 Scariest Things About High Roller Slots high roller slots – 125.141.133.9,

  30. RandallTaulp表示:

    tamoxifen vs raloxifene: tamoxifen rash pictures – tamoxifen endometrium

發佈留言

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