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,129,215 Responses

  1. Bookmarks表示:

    Authentic HGH Rewards (NewULife Hgh Gel Not Evaluated Yet).

    Visit my site – Bookmarks

  2. Genuine HGH Advantages (NewULife Hgh Gel Not Examined Yet).

    Here is my page: mobile home replacement windows florida

  3. NewULife Ranks. Invite to my NewUlife Review.

    Also visit my website :: replacement windows in amarillo texas

  4. In this situation, the life insurance policy firm’s money.

    Also visit my web page … orthopedic surgeon specialist

  5. Some individuals vape flavored nicotine

    my web page – plant based alternative To vaping

  6. Christy表示:

    They have items to sell or services to offer.

    My website – volkswagen service center edison nj (Christy)

  7. They have products to offer or services to provide.

    Feel free to surf to my web site home theater system with dvd player

  8. HQJ Дизайн человека https://humandesignplanet.ru Дизайн человека. 3/5 Дизайн человека.

  9. Bookmarks表示:

    Our competence reaches massive business projects.

    My webpage – Bookmarks

  10. Bonny表示:

    Nine Things That Your Parent Teach You About Daftar Akun Togel
    Resmi daftar akun togel resmi – Bonny,

  11. This vaporizer has a couple of special features.

    Feel free to surf to my webpage :: where to buy plant based meals

  12. Bookmarks表示:

    Make use of the most detailed legal brochure of kinds.

    My web blog; Bookmarks

  13. Jami表示:

    NewULife Ranks. Welcome to my NewUlife Review.

    Also visit my blog post; home theater speakers bluetooth –
    Jami

  14. Bookmarks表示:

    USP human development hormonal agent (somatropin).

    Also visit my website … Bookmarks

  15. Easydrorbix表示:

    online pharmacy tegretol xr: finasteride target pharmacy – rx outreach pharmacy

  16. Ideal Arizona Wrongdoer Protection Attorney.

    Feel free to visit my web-site – bankruptcy lawyers springfield mo

  17. Bookmarks表示:

    What is New U Life SOMADERM Transdermal Gel.

    Also visit my blog post – Bookmarks

  18. Hi there to every , since I am genuinely
    eager of reading this blog’s post to be updated daily.
    It carries fastidious information.

  19. A synthetic USP human development hormone (somatropin).

    Take a look at my web-site; cheap farm wedding venues texas

  20. Rueben表示:

    The 10 Scariest Things About U Shaped Sectional Leather u shaped sectional leather, Rueben,

  21. Unlike other professionals, we value your time.

    My blog post: somaderm gel on amazon

  22. Ines表示:

    You’ll Never Be Able To Figure Out This Situstoto
    Slot’s Tricks situstoto slot (Ines)

  23. Phillipp表示:

    Buzzwords De-Buzzed: 10 Other Methods To Say Smart Car Key Replacement Near Me smart key replacement near me; Phillipp,

  24. Drstobeese表示:

    online pharmacy viagra reviews: ketoconazole pharmacy – tesco pharmacy lariam

  25. memek表示:

    Hi i am kavin, its my first time to commenting anyplace, when i read
    this article i thought i could also make comment due to this good article.

    Here is my homepage; memek

  26. Если вы искали где отремонтировать сломаную технику, обратите внимание – выездной ремонт бытовой техники в челябинске

發佈留言

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