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,376,207 Responses

  1. Jamesses表示:

    Познакомьтесь с нашим профессиональным коллективом, яже учреждает чудесную мебель, воплощая ваши мечты в течение реальность http://cehitae2kuhnishki.ru/.

  2. Hi, Neat post. There’s an issue with your site in internet
    explorer, would check this… IE nonetheless is the market leader and a huge element of people will omit your great writing due to this problem.

    my webpage – child care fairfax va

  3. В магазине сейфов предлагают заказать сейф сейфы простые

  4. All gas meters offer the same tariffs for
    usage.

    my site :: solar energy Pros and Cons .Gov

  5. Bookmarks表示:

    Wow! This could be one particular of the most useful blogs We’ve ever arrive across on this subject.
    Actually Fantastic. I’m also an expert in this topic therefore
    I can understand your hard work.

    my blog post … Bookmarks

  6. What’s up, just wanted to mention, I liked this blog post.
    It was practical. Keep on posting!

    Feel free to visit my web blog: daycare holiday ideas

  7. plant based vape uk-based vapes have a host of
    potential advantages.

  8. No business is too big or small for Quick Electricity.

    Also visit my web blog :: compare energy rates in texas

  9. Bookmarks表示:

    It’s actually a cool and useful piece of info. I’m happy that you shared this
    helpful info with us. Please stay us informed like this.
    Thanks for sharing.

    Here is my web-site Bookmarks

  10. Bookmarks表示:

    An artificial USP human development hormonal agent (somatropin).

    Feel free to surf to my web blog; Bookmarks

  11. In this case, the life insurance policy firm’s cash.

    My site – vitality cbd muscle balm reviews

  12. Bookmarks表示:

    I loved as much as you will receive carried out right here.
    The sketch is attractive, your authored subject matter stylish.
    nonetheless, you command get got an nervousness over that you wish be delivering the following.
    unwell unquestionably come further formerly again since exactly the same nearly a lot often inside case you shield this hike.

    Stop by my website … Bookmarks

  13. The vapor and flavor high quality is likewise fantastic.

    Look at my web page: where can you buy plant based foods

  14. pet care tips表示:

    Deference to website author, some fantastic information.

    my page … pet care tips

  15. I’m extremely pleased to find this web site. I want to to thank you for your time for this
    wonderful read!! I definitely appreciated every little
    bit of it and i also have you saved as a favorite
    to check out new things in your blog.

    Have a look at my web blog :: baby care options

  16. Bookmarks表示:

    Below you find the currently cheapest energy tariffs.

    Feel free to visit my site – Bookmarks

  17. Bookmarks表示:

    We could say we use solar energy for our kids.

    my homepage: Bookmarks

  18. Bev表示:

    Free Standing Electric Fireplace Tools To Help You Manage Your Daily Lifethe One Free
    Standing Electric Fireplace Trick That Everybody Should Learn free standing
    electric fireplace – Bev

  19. I like the valuable information you provide in your articles.
    I’ll bookmark your weblog and check again here regularly. I am quite certain I will learn many new stuff right here!

    Good luck for the next!

  20. I was more than happy to discover this site. I wanted to thank you
    for your time just for this wonderful read!! I definitely liked every part of it and i also have you saved to
    fav to check out new stuff in your site.

    My webpage … infant child care

  21. baby blankets表示:

    Wow! In the end I got a weblog from where I can truly get helpful facts regarding my study
    and knowledge.

    My web page; baby blankets

  22. This vaporizer has a couple of one-of-a-kind attributes.

    Visit my homepage; is vape juice vegan

  23. Bookmarks表示:

    I’m more than happy to discover this great site. I want to to thank you for your time for this wonderful read!!
    I definitely enjoyed every bit of it and I have you saved as a favorite to look at new things
    in your blog.

    my homepage; Bookmarks

  24. Jeff Valdez表示:

    The One Sports Toto Mistake Every Beginner Makes 안전놀이터

  25. RamonRek表示:

    cheapest rybelsus pills: rybelsus coupon – rybelsus coupon

  26. В магазине сейфов предлагают сейф цена москва модели сейфов

  27. hey there and thank you for your info – I have definitely picked
    up something new from right here. I did however expertise
    several technical issues using this site, since I experienced to
    reload the web site lots of times previous to I could get it to load correctly.
    I had been wondering if your web hosting is OK?

    Not that I’m complaining, but sluggish loading instances times will very frequently affect your placement in google and could damage your high-quality score if advertising and marketing with
    Adwords. Anyway I am adding this RSS to my email and can look out for much more of
    your respective intriguing content. Ensure that you update this again soon..

    Also visit my site sterling va child care

發佈留言

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