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,231,054 Responses

  1. Consuelo表示:

    An Easy-To-Follow Guide To Choosing The Right Mental Health Assessment mental assessments (Consuelo)

  2. The Reasons Mesothelioma Law Is The Obsession Of Everyone In 2023 Asbestos Litigation

  3. Simon表示:

    10 Key Factors To Know Mesothelioma Legal Question You Didn’t
    Learn At School asbestos claim (Simon)

  4. How Do I Explain Bmw Replacement Car Keys To A Five-Year-Old bmw car key replacement

  5. Marcelabelp表示:

    http://canadaph24.pro/# canadian pharmacy 365

  6. Pedroereva表示:

    mexico pharmacy: Online Pharmacies in Mexico – mexico pharmacies prescription drugs

  7. I do agree with all the concepts you have presented in your post.
    They’re really convincing and can definitely work. Still, the posts are too quick for novices.

    May just you please prolong them a little from subsequent time?
    Thank you for the post.

  8. JustinCit表示:

    п»їlegitimate online pharmacies india https://indiaph24.store/# mail order pharmacy india
    india pharmacy

  9. JustinCit表示:

    Online medicine home delivery https://indiaph24.store/# india online pharmacy
    indianpharmacy com

  10. Prada Bag men表示:

    The No. 1 Question Everyone Working In Bags Prada Should Be Able To Answer Prada Bag men

  11. Replace表示:

    Where Will Double Glazed Window Suppliers Near Me 1 Year From Now?

    Replace

  12. JustinCit表示:

    indian pharmacies safe http://indiaph24.store/# reputable indian online pharmacy
    indian pharmacy online

  13. RandyWeert表示:

    כל מה שרצית לעשות – אפשרי עכשיו! החל בדירות דיסקרטיות, נערות ליווי ועיסויים ארוטיים ועד לנערי ליווי וקוקסינליות מדהימות. ליאור סקס, אפשר להתחיל חייך ליאור סקס הוא אתר המקשר ביני לבין הדלתות מאחוריהן יתגשמו כל הפנטזיות שלך. המידע המסופק באתר הוא אמין וניתן דירות דיסקרטיות ערביות

  14. Mattie表示:

    You’ll Never Guess This Window Repair Near Me’s Tricks window repair near me
    [Mattie]

  15. vaoroitv1biz表示:

    Great delivery. Great arguments. Keep up the great effort.

  16. cheap表示:

    The Largest Issue That Comes With Marc Jacobs Snapshot Bag, And How You Can Fix It cheap

  17. Very nice post. I just stumbled upon your weblog and wanted to say
    that I have really enjoyed surfing around your weblog posts.
    In any case I’ll be subscribing for your rss feed and I hope you
    write again soon!

  18. JustinCit表示:

    Online medicine home delivery http://indiaph24.store/# best india pharmacy
    pharmacy website india

  19. 10 Quick Tips About New Washing Machine 10kg New washing Machine 10kg

  20. Marcelabelp表示:

    https://mexicoph24.life/# buying prescription drugs in mexico online

  21. Rickysem表示:

    buy medicines online in india Cheapest online pharmacy п»їlegitimate online pharmacies india

  22. Could Window Repair Near Be The Key For 2023’s Challenges?
    upvc window Repair Near me

  23. 20 Quotes Of Wisdom About Flexible Work From Home Jobs Side Jobs From Home Online

  24. The Secret Life Of Misted Double Glazing Repairs Near Me replace double glazed unit

  25. Five Killer Quora Answers On Double Glazed Window Repairs Near Me Double Glazed Window Repairs Near Me

  26. Pedroereva表示:

    mexico drug stores pharmacies: Online Pharmacies in Mexico – mexico pharmacies prescription drugs

  27. ck4d login表示:

    You could certainly see үour eхpertise within tһe work you write.

    Tһe world hopes for more paѕsіonate writеrѕ like you who aren’t afraid to mention how they believe.
    Always go ɑftfer your heart.

    my webpage; ck4d login

  28. Stevenrip表示:

    reputable indian online pharmacy: Cheapest online pharmacy – top online pharmacy india

發佈留言

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