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,675,073 Responses

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

    Here is my blog post – which is the best sports betting site

  2. cupom da vez表示:

    Great beat ! I wish to apprentice while you amend your site, how could
    i subscribe for a blog web site? The account aided me a acceptable deal.
    I had been a little bit acquainted of this your broadcast offered bright clear idea

  3. Real-time workout tracking overviews your exercises.

    Visit my webpage; fitness equipment brands

  4. Pretty nice post. I just stumbled upon your blog and wanted to say that I’ve truly enjoyed surfing around
    your blog posts. After all I’ll be subscribing to your feed and
    I hope you write again soon!

  5. Real-time exercise tracking guides your workouts.

    my website: fitness equipment southern california

  6. Bobby表示:

    The 12 Most Obnoxious Types Of Accounts You Follow On Twitter combo washing and dryer (Bobby)

  7. Davidtes表示:

    can i buy lisinopril over the counter in mexico lisinopril 40 mg daily lisinopril pills

  8. What Is Truck Accident Lawyer And How To Utilize What Is Truck Accident Lawyer And How To Use truck Accident Legal consultancy

  9. WilliamRhype表示:

    https://ciprofloxacin.tech/# buy cipro online canada

  10. zapakita01表示:

    For most up-to-date information you have to visit the web and on world-wide-web I
    found this web site as a best web page for hottest updates.

    Here is my web page zapakita01

  11. Real-time exercise tracking guides your exercises.

    Also visit my homepage gym equipment near me for sale

  12. RandallTaulp表示:

    antibiotics cipro: buy ciprofloxacin over the counter – antibiotics cipro

  13. Real-time workout monitoring overviews your exercises.

    Look at my blog post; fitness equipment empire products

  14. A Full fitness equipment for sale Center Experience Anywhere, At Any Time.

  15. Real-time workout monitoring overviews your exercises.

    Also visit my site :: fitness equipment near me

  16. WilliamRhype表示:

    https://nolvadex.life/# should i take tamoxifen

  17. 10 Things We All Do Not Like About Avon Today Perfume Avon Today Perfume

  18. Five People You Should Know In The Mesothelioma Law Industry
    Mesothelioma legal (spacebohemian.com)

  19. Tilly表示:

    A Complete Fitness Center Experience Anywhere, At Any Time.

    my blog; Bookmarks (Tilly)

  20. Bmw keys表示:

    Ten New Bmw Keys That Really Help You Live Better Bmw keys

  21. Hello there, I discovered your site via Google whilst looking for a similar topic, your site got here up, it appears good.
    I’ve bookmarked it in my google bookmarks.
    Hi there, just become alert to your weblog through Google,
    and found that it is really informative. I am going to be careful for brussels.
    I’ll be grateful for those who continue this in future.
    A lot of other people might be benefited from your writing.
    Cheers!

  22. Gamma 2 Case表示:

    10 Things Everyone Gets Wrong About The Word “All CSGO Skins.” Gamma 2 Case

  23. Oh my goodness! Impressive article dude! Thank you
    so much, However I am experiencing problems with your RSS.
    I don’t know the reason why I can’t join it. Is there anyone else getting the same RSS issues?
    Anyone who knows the solution will you kindly respond? Thanx!!

  24. Real-time exercise tracking overviews your exercises.

    Also visit my web-site: used fitness equipment houston texas

  25. It’s amazing to visit this web site and reading the views of all mates regarding this article,
    while I am also keen of getting knowledge.

  26. A Complete Gym Experience Anywhere, Whenever.

    Feel free to visit my blog post :: fitness equipment services near me

發佈回覆給「italian restaurant bali」的留言 取消回覆

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