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,164,863 Responses

  1. Drugs information sheet. Brand names.
    how can i get generic minocycline no prescription
    Everything trends of medication. Read here.

  2. Tyrone表示:

    11 Strategies To Completely Block Your Mesothelioma Lawyer mesothelioma lawyers (Tyrone)

  3. A lawsuit can be filed against any party whose Asbestos Attorney products caused harm.

    After many years of litigation in the asbestos industry companies have gone bankrupt and
    set up asbestos bankruptcy trustees.

  4. In this case, the life insurance policy business’s cash.

    Take a look at my web site … what is data decay

  5. This vaporizer has a number of distinct attributes.

    Also visit my page: where to buy Plant based meals

  6. 10 Things That Your Family Teach You About Online Famous Shopping Sites online famous shopping sites

  7. The vapor and flavor high quality is additionally wonderful.

    Also visit my website plant based vape

  8. Medicine information for patients. Drug Class.
    how can i get risperdal without rx
    Everything what you want to know about meds. Get information now.

  9. sex viet表示:

    Have you ever considered about adding a little bit more than just your articles?
    I mean, what you say is valuable and all. But just imagine if you added some great pictures or video clips to give your posts more, “pop”!
    Your content is excellent but with images and videos, this
    blog could undeniably be one of the most beneficial in its field.
    Excellent blog!

  10. Saved as a favorite, I like your website!

  11. Both mushrooms products are immune contractors.

    Feel free to surf to my blog post :: best lions mane brand on amazon

  12. This Is A Repair Double Glazing Window Success Story You’ll Never
    Remember double glazed window repairs near me

  13. Medicines prescribing information. What side effects?
    can i purchase cheap divalproex without insurance
    All trends of drugs. Read now.

  14. Bookmarks表示:

    The vapor and taste top quality is likewise excellent.

    Look at my web page – Bookmarks

  15. Five Killer Quora Answers To Cheap Online Electronics Shopping Uk cheap online electronics shopping Uk

  16. We screen, test, and monitor our editors.

    Also visit my web-site … book editing jobs australia

  17. Pills prescribing information. Cautions.
    buy seroquel without insurance
    Actual news about medicines. Read information here.

  18. Bookmarks表示:

    NewULife Ranks. Welcome to my NewUlife Testimonial.

    Feel free to surf to my web-site – Bookmarks

  19. Medication information sheet. Cautions.
    generic colchicine
    Some information about meds. Get information here.

  20. Bookmarks表示:

    Portable vaporizers make use of batteries as a power source.

    Also visit my web site: Bookmarks

  21. 토토검증表示:

    you’re actually a excellent webmaster. The web site loading pace
    is amazing. It kind of feels that you’re
    doing any distinctive trick. Moreover, The contents are masterwork.
    you’ve done a fantastic process on this subject!

  22. Bookmarks表示:

    XYGENYX, a licensing company for FDA-registered products.

    my web page Bookmarks

  23. Medicament information sheet. Drug Class.
    buy cheap prozac no prescription
    Actual what you want to know about drug. Read information now.

  24. jerealas表示:

    20 Fun Facts About Double Glazing Misting Repair jerealas

  25. They have items to market or solutions to
    supply.

    Feel free to visit my page: Best ai picture generator reddit

  26. accidents表示:

    The Advanced Guide To Semi Truck Case accidents

發佈留言

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