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,524,657 Responses

  1. Jorgeagopy表示:

    top 10 pharmacies in india: Best Indian pharmacy – india online pharmacy

  2. Very good post! We will be linking to this great article on our website.
    Keep up the great writing.

  3. LeroyBak表示:

    cheapest ed pills cheap drugs online medications for ed

  4. Attorneys Accidents Tools To Streamline Your Daily Life Attorneys
    Accidents Trick That Every Person Should Learn attorneys accidents

  5. You ought to constantly ask about price info prior to authorizing an agreement.

    Also visit my web page :: selling a startup

  6. 12 Companies Leading The Way In Pram pram store near Me

  7. Hey there just wanted to give you a quick heads up. The text
    in your post seem to be running off the screen in Chrome.
    I’m not sure if this is a format issue or something to
    do with browser compatibility but I thought I’d post to let you
    know. The design and style look great though!
    Hope you get the problem solved soon. Cheers

  8. ArnvHesia表示:

    Does taking brand name for tadalafil through this portal deliver your treatment at affordable

  9. LeroyBak表示:

    mexico drug stores pharmacies mexican drugs mexican drugstore online

  10. You’ll Never Guess This Treadmills Folding Treadmills’s Tricks treadmills folding treadmills

  11. Today, I went to the beach with my kids. I found a sea shell
    and gave it to my 4 year old daughter and said “You can hear the ocean if you put this to your ear.” She put the shell to
    her ear and screamed. There was a hermit crab inside and it pinched her ear.
    She never wants to go back! LoL I know this is completely off topic but I had to tell someone!

  12. LeroyBak表示:

    viagra without a doctor prescription cheap pharmacy ed natural treatment

  13. Romaine表示:

    What Tall 50 50 Fridge Freezer Experts Want You To Learn large 50/50 fridge freezer – Romaine

  14. Williamagric表示:

    erectile dysfunction medication https://pharm24.pro/# ed treatments

  15. Watch Out: How ADHD Diagnosing Is Taking Over And What Can We Do About It adults Adhd diagnosis

  16. LeroyBak表示:

    india online pharmacy Best Indian pharmacy indian pharmacy paypal

  17. What’s The Job Market For Bifold Door Replacement Professionals?
    Bifold Door Replacement

  18. BrandonSaisy表示:

    mexican pharmaceuticals online: mexico pharmacy – buying from online mexican pharmacy

  19. Jorgeagopy表示:

    top online pharmacy india: Order medicine from India to USA – mail order pharmacy india

  20. slot表示:

    Hey! I just wanted to ask if you ever have any problems with hackers?
    My last blog (wordpress) was hacked and I ended up losing many months
    of hard work due to no back up. Do you have any solutions to protect
    against hackers?

  21. The use of glass as a constructing materials was heralded by The Crystal Palace of 1851, constructed by Joseph Paxton to house the good Exhibition.

  22. LeroyBak表示:

    vitamins for ed cheap meds ed treatment drugs

  23. Williamagric表示:

    new treatments for ed https://indianpharm24.pro/# indian pharmacies safe

  24. Jorgeagopy表示:

    mexican rx online: Mexican pharmacy ship US – mexican online pharmacies prescription drugs

  25. Thanks for finally talking about > JS 依照元素出現數量排序 – 馬老師 雲端研究室 < Loved it!

  26. Zenitbet表示:

    Zenit Bet — это ваш надежный выбор для ставок на спорт. На zenit bet вы найдете множество событий и привлекательные коэффициенты, которые помогут вам максимально использовать свои возможности в мире беттинга. Платформа отличается простотой и удобством, что позволяет быстро делать ставки. Кроме того, здесь часто проводятся акции и специальные предложения, которые сделают вашу игру еще более интересной.

  27. The 10 Most Terrifying Things About Bandar Togel Terpercaya bandar togel terpercaya

  28. BrandonSaisy表示:

    buying prescription drugs in mexico online: mexican drugs – medicine in mexico pharmacies

發佈留言

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