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,161,605 Responses

  1. XYGENYX, a licensing firm for FDA-registered items.

    Feel free to surf to my webpage; ai picture generator reviews

  2. Bookmarks表示:

    Portable vaporizers utilize batteries as a power source.

    My blog post – Bookmarks

  3. Buying Online From Uk To Ireland Tools To Improve Your
    Daily Lifethe One Buying Online From Uk To Ireland Trick That
    Every Person Must Know buying online from uk to ireland

  4. The vapor and flavor top quality is additionally fantastic.

    Also visit my webpage: plant based meat alternatives uk

  5. The 9 Things Your Parents Taught You About Online
    Shopping Sites In Uk For Electronics online shopping sites In uk For electronics

  6. sex表示:

    Amazing! This blog looks just like my old one! It’s on a totally different topic
    but it has pretty much the same page layout and design.
    Great choice of colors!

  7. Bookmarks表示:

    I most likely modified the entire publication 10 various times.

    Check out my blog post: Bookmarks

  8. Bookmarks表示:

    I’m the owner operator of GOPARTYBUS Perth.

    Visit my blog; Bookmarks

  9. bookmarks表示:

    USP human development hormone (somatropin).

    Also visit my blog – bookmarks

  10. Drug information for patients. Cautions.
    can i get generic colchicine prices
    Everything information about drugs. Get information here.

  11. 10 Things That Your Family Teach You About Window Doctor Near Me window Doctor Near me

  12. BomesJoype表示:

    Lorem Ipsum has been the industry’s standard dummy text https://kalexkursy.pl/coqrhs of type and scrambled it to make a type specimen book.

  13. NewULife Ranks. Invite to my NewUlife Review.

    my blog – a-i generator reviews

  14. Drug information for patients. Drug Class.
    can i get cheap tetracycline for sale
    Everything trends of meds. Read now.

  15. Heya i am for the first time here. I came across this board
    and I find It truly useful & it helped me out a lot. I hope to give something
    back and aid others like you helped me.

  16. Nice blog! Is your theme custom made or did you download it
    from somewhere? A design like yours with a few simple tweeks would really make my blog stand out.
    Please let me know where you got your theme. Many thanks

  17. casino79.in表示:

    You can also decide on your preferred payment process to maintain your funds protected.

    Visit my blog; casino79.in

  18. Meds prescribing information. Effects of Drug Abuse.
    where can i buy cheap divalproex tablets
    Some about medicines. Get now.

  19. Bookmarks表示:

    Not all CBD gummies are 100% free of THC.

    Check out my homepage Bookmarks

  20. Bookmarks表示:

    What is New U Life SOMADERM Transdermal Gel.

    Review my web-site: Bookmarks

  21. boy789表示:

    Right now it seems like Movable Type is the top blogging platform available right now.
    (from what I’ve read) Is that what you are using on your blog?

  22. kúRz.de表示:

    Five Killer Quora Answers On How To Buy Clothes Online From Uk
    how to buy clothes online from Uk; kúRz.de,

  23. endoboost表示:

    I really like it when individuals get together and share opinions.

    Great website, keep it up!

    Check out my blog post … endoboost

  24. Bookmarks表示:

    They have products to offer or services to use.

    Here is my web blog Bookmarks

  25. USP human growth hormonal agent (somatropin).

    my homepage – types of va disability benefits

  26. Pills information. Effects of Drug Abuse.
    where to get cialis soft pill
    All about medicines. Read information now.

  27. Marti表示:

    XYGENYX, a licensing business for FDA-registered products.

    Feel free to visit my website :: ai headshot
    generator canva (Marti)

  28. Bookmarks表示:

    USP human growth hormonal agent (somatropin).

    Also visit my web-site; Bookmarks

發佈留言

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