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,584,808 Responses

  1. BrandonSaisy表示:

    india pharmacy mail order: Indian pharmacy worldwide delivery – world pharmacy india

  2. Mpo Slot表示:

    For latest information you have to go to see web and on web I found this site as a finest
    web page for newest updates.

    Take a look at my blog post: Mpo Slot

  3. DevonPhack表示:

    https://pharm24.pro/# buy erection pills
    online drug store

  4. Сервисный центр предлагает ремонт ginzzu s4010 ремонт ginzzu s4010 цены

  5. Williamagric表示:

    solutions for ed http://mexicanpharm24.cheap/# reputable mexican pharmacies online

  6. Williamagric表示:

    prescription without a doctor’s prescription http://pharm24.pro/# google viagra dosage recommendations

  7. Demisting Double Glazing Tools To Improve Your Daily Lifethe One Demisting Double Glazing
    Trick Every Person Should Know Demisting Double Glazing

  8. Catharine表示:

    10 Locations Where You Can Find Locksmith Automotive
    Near Me automotive locksmith near me prices (Catharine)

  9. Way cool! Some extremely valid points! I appreciate you writing this article plus the rest of the
    site is extremely good.

  10. LeroyBak表示:

    top online pharmacy india Indian pharmacy online reputable indian pharmacies

  11. JamesReubs表示:

    Независимо от того, являетесь ли вы опытным пользователем или только начинаете познавать блокчейн, MetaMask помогает вам подключиться к децентрализованной сети: новому интернету metamask download android

  12. BrandonSaisy表示:

    male enhancement: cheap drugs – natural ed

  13. LeroyBak表示:

    canadian drug cheap pharmacy online prescription for ed meds

  14. I do trust all of the ideas you have presented for your
    post. They are really convincing and can definitely work.
    Nonetheless, the posts are too quick for beginners.

    Could you please prolong them a bit from next time?
    Thanks for the post.

  15. Jorgeagopy表示:

    mexican rx online: mexico pharmacy – п»їbest mexican online pharmacies

  16. 10 Things You Learned In Kindergarden That’ll Help You With Mesothelioma Lawyers
    Mesothelioma support lawyer

  17. Keithenedo表示:

    What phrase… super, excellent idea

    [url=https://tcicgcluj.ro]https://tcicgcluj.ro[/url]

  18. LeroyBak表示:

    india pharmacy mail order Indian pharmacy international shipping mail order pharmacy india

  19. Сервисный центр предлагает замена заднего стекла asus transformer pad tf300tg замена переднего стекла asus transformer pad tf300tg

  20. DevonPhack表示:

    http://pharm24.pro/# pet meds without vet prescription
    ed natural treatment

  21. Carroll表示:

    What’s The Current Job Market For Best Coffee Machine Uk Professionals
    Like? best coffee machine uk (Carroll)

  22. Jorgeagopy表示:

    buying from online mexican pharmacy: mexico pharmacy cheap – buying prescription drugs in mexico online

  23. Five Essential Qualities Customers Are Searching For In Every Train Injury Claim Semi Truck Attorney

  24. Williamagric表示:

    what causes ed http://pharm24.pro/# how to help ed

  25. Сервисный центр предлагает ремонт toshiba satellite c650d ремонт toshiba satellite c650d цены

發佈留言

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