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,592,610 Responses

  1. vivoslot表示:

    Why people still make use of to read news papers when in this technological world all is presented on net?

  2. Bea Mullah表示:

    https://bogin70.z35.web.core.windows.net/feed.xml
    Add a metallic heeled sandal or pump and you’re good to go.

  3. %%

    Feel free to surf to my web site … Asbestos Claim

  4. Mercedes表示:

    %%

    Review my homepage – Mercedes

  5. https://filedn.eu/lXvDNJGJo3S0aUrNKUTnNkb/bogin16/research/bogin16-(5).html
    Sort via our full choice of attire to find your perfect fit in many colors and any measurement.

  6. https://bogin43.z23.web.core.windows.net/research/bogin43-(46).html
    This will complete your outfit and bring it together as an entire.

  7. TerryRam表示:

    farmacie on line spedizione gratuita kamagra gel farmacie online sicure

  8. Its such as you read my mind! You appear to know so much about this, like you wrote the e book
    in it or something. I feel that you could do with some p.c.
    to power the message home a bit, however instead of that, this is magnificent blog.
    A great read. I will definitely be back.

  9. kikipedia.Win表示:

    Are You In Search Of Inspiration? Check Out railroad class action lawsuit (kikipedia.Win) Lawsuit Chronic Lymphocytic Leukemia

  10. https://bogin4.s3.us-west-004.backblazeb2.com/research/bogin4-(27).html
    Carrie Crowell had come across the silk gown that her mother, nation singer Rosanne Cash, wore at her 1995 wedding to Carrie’s stepfather.

  11. Sidneycrurn表示:

    https://tadalafilit.store/# acquistare farmaci senza ricetta

  12. gamehub24表示:

    When someone writes an paragraph he/she keeps
    the thought of a user in his/her mind that how a user can know
    it. Thus that’s why this article is great.

    Thanks!

  13. Paito Sdy表示:

    Hey very cool site!! Man .. Beautiful .. Amazing ..
    I’ll bookmark your web site and take the feeds also?
    I’m glad to find a lot of useful info here within the put up, we want
    work out extra techniques in this regard, thank you for sharing.
    . . . . .

  14. Alton表示:

    %%

    My blog post mazda 6 key (Alton)

  15. Muoi表示:

    Ι’m extremely pleased t᧐ fіnd this page.

    Ι want to to tһank you for ones time dսe to this wonderful
    read!! I definitely appreciated evеry bit
    of it ɑnd i also һave yoս bookmarked to check out neᴡ things
    in your blog.

    Feel free tо surf to my site: slot – Muoi

  16. Julie Decicco表示:

    http://bogin45.s3-website.me-south-1.amazonaws.com/research/bogin45-(90).html
    There are ideas here on the means to wear pants for the mom of the bride.

  17. Today, I went to the beach with my children. I found a sea shell and
    gave it to my 4 year old daughter and said “You can hear the ocean if you put this to your ear.” She placed the shell to her ear
    and screamed. There was a hermit crab inside and it pinched her ear.
    She never wants to go back! LoL I know this is entirely off topic but
    I had to tell someone!

  18. Jenna表示:

    %%

    My webpage local emergency electricians in biggleswade – Jenna,

  19. finis表示:

    I’m not sure where you’re getting your info, but good topic.
    I needs to spend some time learning much more or understanding more.
    Thanks for excellent information I was looking for this
    info for my mission.

  20. Hello! I realize this is somewhat off-topic however I needed to ask.

    Does managing a well-established blog such as yours take a large
    amount of work? I’m completely new to operating a blog but I do write in my
    journal every day. I’d like to start a blog so I can easily share my
    own experience and views online. Please let me know
    if you have any kind of suggestions or tips for brand new aspiring blog owners.
    Thankyou!

  21. electric fireplace wall mounted (Hikvisiondb.webcam)

  22. I have been surfing online more than 4 hours today, yet I never found any interesting article like
    yours. It is pretty worth enough for me. In my opinion,
    if all web owners and bloggers made good content
    as you did, the net will be much more useful than ever before.

  23. https://seo26.z15.web.core.windows.net/research/seo26-(66).html
    When first beginning to plan your mom of the bride outfit, look to the wedding location itself for inspiration.

  24. http://bogin31.s3-website.ap-northeast-3.amazonaws.com/research/bogin31-(6).html
    Of course, there’s more to your mom’s dress than just the gorgeous particulars.

發佈留言

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