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,430,690 Responses

  1. Window Hinge Repair Near Me: What No One Is Discussing replace Window Hinges

  2. Isabelle表示:

    You’ll Be Unable To Guess ADHD In Women’s Secrets adhd in women (Isabelle)

  3. DevonPhack表示:

    https://mexicanpharm24.cheap/# mexican mail order pharmacies
    best ed treatment pills

  4. 9 . What Your Parents Taught You About ADHD Assessment Adults Uk Adhd assessment adults uk

  5. Mesothelioma can affect the linings of the lungs, stomach (peritoneal) and the heart.

    The symptoms typically manifest as time passes. If a physician suspects mesothelioma is present in a patient, they may
    order a biopsied to confirm the diagnosis.

    Here is my web site; asbestos Lawyer

  6. 成人影片表示:

    Heya i’m for the first time here. I came across this board and I find It
    really useful & it helped me out much. I hope to give something back and aid others like you aided me.

    My blog post; 成人影片

  7. Williamagric表示:

    treat ed http://pharm24.pro/# ed drugs list

  8. Jorgeagopy表示:

    natural cure for ed: buy drugs – canadian drug pharmacy

  9. Impressive insights on current vape regulations!

  10. I’m curious to find out what blog system you’re working with?
    I’m having some minor security issues with
    my latest website and I would like to find something more secure.
    Do you have any recommendations?

    My homepage; https://www.cucumber7.com/

  11. Many Of The Common Errors People Make When Using Locksmiths Car
    mobile Locksmith for Cars

  12. BrandonSaisy表示:

    non prescription erection pills: cheaper medications – online canadian pharmacy

  13. Clarkwer表示:

    Выше- магазин НашаМебель приглашает широченный коллекция кухонь, какие помогут сделать уют да удобство в течение вашем таунхаусе http://www.notahye4kuhnishki.ru.

  14. LeroyBak表示:

    buying prescription drugs in mexico mexico pharmacy buying from online mexican pharmacy

  15. The 10 Scariest Things About Upvc Windows Repairs Upvc Windows Repairs

  16. What’s up i am kavin, its my first time to commenting anywhere, when i read this paragraph i thought
    i could also make comment due to this good piece
    of writing.

  17. Jorgeagopy表示:

    indian pharmacy: medicines from India – Online medicine home delivery

  18. Williamagric表示:

    ed pills for sale http://indianpharm24.pro/# online pharmacy india

  19. bbwaiporn.com表示:

    Yes! Finally someone writes about site.

  20. Are You In Search Of Inspiration? Try Looking Up Skoda Replacement
    Key Skoda Rapid Key Lost

  21. DevonPhack表示:

    http://pharm24.pro/# ed pumps
    amoxicillin without a doctor’s prescription

  22. Jorgeagopy表示:

    purple pharmacy mexico price list: Legit online Mexican pharmacy – mexican border pharmacies shipping to usa

  23. 10 Websites To Help You To Become An Expert In Car Keys Spare spare keys for cars

  24. Kazerafor表示:

    Малоизвестные МФО предлагают займы до 100 000 рублей под низкий процент всем желающим! Наши эксперты помогут вам подать заявку, чтобы получить деньги гарантированно. Переходите по ссылке и узнайте, как получить займ.

  25. sarang188表示:

    Thank you for the auspicious writeup. It in truth
    used to be a leisure account it. Glance advanced to more added agreeable from you!
    However, how can we keep in touch?

  26. zapada01表示:

    I’m really enjoying the design and layout of your
    website. It’s a very easy on the eyes which makes it much more pleasant
    for me to come here and visit more often. Did you hire out a designer to create
    your theme? Excellent work!

    Here is my homepage :: zapada01

  27. A motivating discussion is definitely worth comment.

    I do think that you need to write more on this topic, it might not
    be a taboo subject but generally folks don’t speak
    about these topics. To the next! All the best!!

發佈留言

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