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,245,704 Responses

  1. Daren El表示:

    Oil Palm plantation still in demand

  2. Jared Bowers表示:

    Excellent exploration discussing potential ramifications involved surrounding negligence cases resulting from lack thereof proper documentation ensuring protection against liability concerns remaining vigilant throughout practices laid out henceforth seo company for law firm

  3. Greate post. Keep posting such kind of info on your blog.

    Im really impressed by your blog.
    Hey there, You’ve done a great job. I’ll definitely digg it and individually suggest to my friends.
    I am confident they’ll be benefited from this site.

  4. Johnny Bailey表示:

    This article covers essential aspects of maintaining a law firm blog effectively from an SEO st local seo for attorney

  5. DarrenUnjuh表示:

    http://cytpremium.com/# buy cytotec over the counter

  6. Nellie Owen表示:

    Appreciate the detailed post. Find more at roof repair

  7. If you’re in need of Kanye West wall art, you will notice tons of artistic prints.
    Whether it’s inspired by his classic albums like Yeezus, to newer styles, you’ll always
    find something for any type of music lover. Kanye West print really does enhance your space.

  8. Sadie Padilla表示:

    The environmental benefits of choosing a metal roof cannot be overstated—it’s such an eco-friendly option! Discover more reasons to choose eco-friendly materials at tile roofers

  9. Once you’re searching for a Kanye West poster, you’re sure to find tons of unique posters.
    Whether it’s inspired by his iconic albums like 808s & Heartbreak, to contemporary posters, there’s something that suits
    every music lover. A poster of Kanye West always will bring life to your office setup.

  10. Leroy Norris表示:

    Very helpful read. For similar content, visit Emergency Roof Repair

  11. Once you’re on the hunt for Kanye West wall art, you will discover a huge variety of stylish pieces.
    Including styles from his legendary records like The Life of Pablo, to modern styles, there’s definitely something for any type of art collector.
    A Kanye West poster definitely can elevate your interior.

  12. Frances Bush表示:

    If you’re looking for something eco-friendly, metal roofs are recyclable! Find out more benefits at roofers vancouver

  13. xnxx.com表示:

    Does your website have a contact page? I’m having trouble locating it but,
    I’d like to shoot you an email. I’ve got some suggestions for your blog
    you might be interested in hearing. Either way, great
    blog and I look forward to seeing it develop over time.

  14. Ellen Vega表示:

    I recently installed a metal roof, and it looks amazing! Highly recommend it for anyone considering a new roof. More tips at roofing company

  15. 16 Must-Follow Facebook Pages For Bean To Cup Coffee Machine Sale Marketers bean to cup espressomaschine

  16. Stella Kelly表示:

    This article emphasizes the importance of site speed—check out ways to improve yours at local seo for law firm

  17. Узнай все о современная септопластикасептопластика носа цены

  18. Helena Dean表示:

    The discussion around client-centric approaches in web design was insightful—get practical design tips via seo for lawyers

  19. I appreciate your focus on continuous learning within the realm of digital marketing—it’s ever-evolving seo companies for lawyers

  20. Loved this discussion on link building for lawyers—it’s such a critical aspect of SEO! For additional resources, check out seo for legal firm

  21. Hettie Knight表示:

    Excellent breakdown of SEO tactics tailored for lawyers! For more detailed guidance, check out marketing agency for law firms

  22. bokep terbaik sma toket gede menyala banget

  23. see this here表示:

    Very great post. I just stumbled upon your weblog and wished to say
    that I’ve really enjoyed browsing your blog posts.
    After all I’ll be subscribing in your rss feed and I am hoping you
    write again soon!

  24. Caleb Craig表示:

    The safety features of metal roofs during storms really stand out to me—no lifting or blowing off! More info at shingle roofers

  25. Financing表示:

    I’ve been browsing online more than three hours today, yet I never found
    any interesting article like yours. It is pretty worth enough for
    me. In my opinion, if all site owners and bloggers made good content as you did, the web will be a lot more useful than ever before.

  26. This guide makes clear that law firms need a robust digital strategy—more detailed plans are available through seo companies for attorney

  27. Cecilia Miles表示:

    The legal sector has unique challenges when it comes to online marketing; find tailored solutions at seo marketing for lawyers

  28. Residential Land scarcity available in City or Town

  29. Grace Walters表示:

    I love the sleek look of metal roofing on modern homes! It’s truly a stylish choice. Discover designs at residential roofers

發佈留言

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