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,676,714 Responses

  1. Buzzwords De-Buzzed: 10 Other Ways To Say CSGO Case Opening Simulator cs2 Case Opening

  2. Nelsonbluck表示:

    mexico drug stores pharmacies: mexican online pharmacies prescription drugs – medication from mexico pharmacy

  3. Guide To Adult ADHD Treatment: The Intermediate Guide For
    Adult ADHD Treatment Adhd treatment (willysforsale.Com)

  4. https://filedn.eu/lXvDNJGJo3S0aUrNKUTnNkb/drbo4/research/drbo4-(244).html
    Trust us, with a fun handkerchief hem and fairly flutter sleeves, you’ll be getting compliments all night.

  5. Arnoldten表示:

    mexican border pharmacies shipping to usa medication from mexico pharmacy mexico drug stores pharmacies

  6. 記帳士表示:

    https://accounting010.netlify.app/research/accounting010-(474)
    Is your mum nervous about showing her higher arms on the large day?

  7. I’ve been browsing on-line more than 3 hours as of late,
    yet I never found any fascinating article like yours.

    It’s pretty worth enough for me. In my opinion, if all webmasters and bloggers made excellent content
    material as you did, the internet will probably be much more useful
    than ever before.

    Visit my site; heavy duty glass shower door hinges

  8. Arnoldten表示:

    buying prescription drugs in mexico buying prescription drugs in mexico mexican pharmacy

  9. Nelsonbluck表示:

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

  10. Hello! I realize this is somewhat off-topic but
    I had to ask. Does running a well-established blog such as yours take a large amount of work?
    I’m completely new to blogging but I do write in my
    journal every day. I’d like to start a blog so
    I can share my experience and feelings online.
    Please let me know if you have any ideas or tips for new aspiring blog owners.
    Appreciate it!

  11. Wow that was unusual. I just wrote an incredibly long comment but after I clicked
    submit my comment didn’t show up. Grrrr… well I’m not writing all
    that over again. Anyways, just wanted to say excellent blog!

    Here is my web site: 슬롯사이트

  12. WayneCoirl表示:

    mexican drugstore online: mexican pharmaceuticals online – mexican rx online

  13. DominicJaw表示:

    pharmacies in mexico that ship to usa: mexican mail order pharmacies – buying prescription drugs in mexico online

  14. Nelsonbluck表示:

    mexican pharmaceuticals online: mexico pharmacies prescription drugs – mexican pharmaceuticals online

  15. UG8 Slot G表示:

    Hurrah, that’s what I was searching for, what a stuff!
    present here at this weblog, thanks admin of this web page.

  16. Upvc External Doors Strategies That Will Change Your Life Repairing Upvc Doors

  17. DominicJaw表示:

    pharmacies in mexico that ship to usa: buying prescription drugs in mexico online – mexican drugstore online

  18. Nelsonbluck表示:

    mexican mail order pharmacies: buying prescription drugs in mexico online – reputable mexican pharmacies online

  19. Five Killer Quora Answers On Male Sex Toys Shop Male sex toys shop

  20. DominicJaw表示:

    mexico pharmacies prescription drugs: mexican drugstore online – mexican drugstore online

  21. Nelsonbluck表示:

    п»їbest mexican online pharmacies: pharmacies in mexico that ship to usa – buying prescription drugs in mexico online

  22. DominicJaw表示:

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

  23. The 9 Things Your Parents Teach You About Single Brew Coffee Machines single Brew coffee machines

  24. Fine way of explaining, and fastidious piece of writing to get facts about my presentation focus,
    which i am going to deliver in academy.

  25. Nelsonbluck表示:

    best online pharmacies in mexico: mexican drugstore online – buying from online mexican pharmacy

  26. evisa vietnam表示:

    Magnificent beat ! I would like to apprentice while you amend your web site,
    how can i subscribe for a blog web site? The account aided me a acceptable deal.
    I had been tiny bit acquainted of this your
    broadcast offered bright clear concept

  27. https://tendoncare1.netlify.app/research/tendoncare1-(116)
    After all, you don’t wish to mix in with the bridesmaids and event decor.

  28. SEO是什麼表示:

    https://digi10b.netlify.app/research/digi10b-(241)
    This bride’s mom escorted her down the aisle in a floor-length golden gown with a floral overlay.

  29. WayneCoirl表示:

    mexican border pharmacies shipping to usa: buying from online mexican pharmacy – mexican mail order pharmacies

發佈留言

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