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,233,123 Responses

  1. Why Volkswagen Polo Key Price Is A Lot More Dangerous Than You Thought volkswagen Replacement Keys

  2. Davidtes表示:

    purchase cytotec buy cytotec pills online cheap buy cytotec online

  3. The Benefits Of 12kg Washing Machine 1600rpm At A Minimum, Once In Your Lifetime 12kg washing machine 1600Rpm

  4. Christine表示:

    5 Tools That Everyone Working Who Works In The Online Clothes Shopping
    Sites Uk Industry Should Be Making Use Of Craft Laser Cutting
    Machine (Christine)

  5. Davidtes表示:

    tamoxifen for men buy nolvadex online does tamoxifen make you tired

  6. remote表示:

    15 Startling Facts About Mercedes Car Key Replacement That
    You Never Knew remote

  7. Davidtes表示:

    propecia order buying cheap propecia price buying propecia without insurance

  8. Usa表示:

    10 Signs To Watch For To Find A New Beko Washing

    Also visit my webpage :: Usa

  9. Great blog here! Also your website loads up very
    fast! What web host are you using? Can I get your affiliate link to your
    host? I wish my website loaded up as quickly as yours lol

  10. no Spare表示:

    How To Explain Bmw Key To Your Grandparents no Spare

  11. Learn About Become An Avon Rep Online While You
    Work From At Home Become An Avon Sales Rep (http://Www.Huenhue.Net)

  12. WilliamRhype表示:

    http://cytotec.club/# buy cytotec over the counter

  13. Топовая Букмекерская контора, рекомендую 1win

  14. Guide To Car Key Cuts Near Me: The Intermediate Guide To Car Key Cuts Near Me car
    key cuts (alford-bishop-4.blogbright.net)

  15. WilliamRhype表示:

    https://ciprofloxacin.tech/# ciprofloxacin mail online

  16. You’ll Never Guess This Renault Master Key Programming’s Tricks renault master key programming

  17. RandallTaulp表示:

    lisinopril 10 12.5 mg: generic for prinivil – can you order lisinopril online

  18. you need specify a total of three items: login (address email or contact number), vavada казино password and currency.

    Here is my web-site :: http://216.146.200.19/us/oregon/activities/snowmobiling.htm

  19. Davidtes表示:

    tamoxifen alternatives premenopausal tamoxifen citrate pct tamoxifen headache

  20. vimeo表示:

    9 Signs That You’re The Uk Online Grocery Shopping Sites Expert vimeo

  21. Bean To Coffee Machine: 11 Things You’re Leaving Out bean to coffee Machines

  22. Davidtes表示:

    buy cytotec online fast delivery cytotec pills buy online buy cytotec

  23. Why The Car Locksmith Near Me Is Beneficial When COVID-19 Is In Session Local car locksmith near me

  24. Davidtes表示:

    lisinopril 102 lipinpril buy lisinopril 2.5 mg online

  25. Ronaldpsymn表示:

    https://ciprofloxacin.tech/# cipro online no prescription in the usa

  26. Madison表示:

    The Worst Advice We’ve Ever Been Given About Mesothelioma Compensation mesothelioma law (Madison)

  27. Responsible For A American Fridge Freezers Budget? 12 Ways
    To Spend Your Money Which Fridge freezer is best

  28. Davidtes表示:

    cipro ciprofloxacin buy cipro online canada cipro for sale

  29. How A Weekly Adult Adhd Treatment Project Can Change Your Life
    Adhd Treatment Without Medication

發佈留言

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