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,812 Responses

  1. BrandenSlomy表示:

    get generic clomid pills: generic clomid without prescription – can i order clomid for sale

  2. DarrenUnjuh表示:

    http://plavixclo.com/# Cost of Plavix without insurance

  3. I feel that is among the so much important info for me.

    And i’m happy studying your article. However wanna remark on some general issues, The web site taste is perfect,
    the articles is really nice : D. Just right job, cheers

  4. AlbertDuM表示:

    plavix best price: Plavix Clo – generic plavix

  5. Gerald Scott表示:

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

  6. BernardMop表示:

    Misoprostol 200 mg buy online cheapest cytotec buy cytotec pills online cheap

  7. Hi there, I found your web site by way of Google even as looking for a similar
    topic, your site came up, it seems good. I’ve bookmarked it in my google bookmarks.

    Hello there, just was aware of your blog thru Google, and found that it is truly informative.
    I’m going to be careful for brussels. I will be grateful
    should you continue this in future. Numerous people will be benefited out of your writing.
    Cheers!

  8. Comprehensive overview regarding optimizing FAQs sections on law firm sites was enlightening—explore further examples via seo company for lawyers

  9. I was curious if you ever thought of changing the page layout of
    your site? Its very well written; I love what
    youve got to say. But maybe you could a little more in the way of
    content so people could connect with it better. Youve got an awful lot of text for only
    having one or 2 pictures. Maybe you could space it out better?

  10. Узнай все о исправление перегородки носа операция ценаискривление носовой перегородки цена

  11. Rickie Allain表示:

    Redevelopments of exisitng old houses

  12. В некоторых случаях игроки могут столкнуться с проблемами при доступе к Joycasino из-за региональных ограничений или других технических проблем.

  13. Узнай все о операция на перегородку носа ценаоперация исправление перегородки носа

  14. Its not my first time to pay a visit this web site, i am browsing this web site dailly and take
    nice facts from here everyday.

  15. piroozan表示:

    It is perfect time to make some plans for the longer term and it’s time to be happy.

    I’ve read this post and if I may just I want to recommend you some attention-grabbing
    things or suggestions. Perhaps you can write subsequent articles regarding this article.
    I want to learn more things about it!

  16. Once you’re in need of Kanye West artwork, you’re sure to find
    a huge variety of stylish pieces. Whether it’s inspired by
    his classic albums like Yeezus, to newer styles, you’re bound to find something
    for any type of art collector. Kanye West wall art really does elevate your space.

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

  18. If you are searching for a Kanye West art print, you will discover an amazing selection of artistic prints.

    Whether it’s inspired by his iconic albums like Yeezus, to more recent styles, you’ll always find something for any
    Kanye fan. A poster of Kanye West definitely can bring life to your space.

  19. Alfred Cahela表示:

    Redevelopments of commercial Complex, Mall, Officies or Shop or Condo

發佈留言

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