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,426,274 Responses

  1. Jorgeagopy表示:

    erection pills viagra online: cheap drugs online – canadian drug pharmacy

  2. Diplomi_zdoi表示:

    купить диплом о среднем образовании в томске prema-diploms.ru .

  3. Unquestionably believe that which you stated.
    Your favourite justification seemed to be on the net the simplest thing to take note of.
    I say to you, I certainly get annoyed while other
    folks consider concerns that they plainly do not realize about.
    You controlled to hit the nail upon the top and defined out the entire
    thing with no need side-effects , other people can take a signal.

    Will probably be again to get more. Thanks

    Also visit my website 38คาสิโน

  4. LeroyBak表示:

    natural remedies for ed affordable medication ed pills that work

  5. BrandonSaisy表示:

    best india pharmacy: Order medicine from India to USA – best india pharmacy

  6. Diplomi_kfoi表示:

    купить диплом ссср в челябинске prema-diploms.ru .

  7. Are You Responsible For An Mesothelioma Budget? 12 Best Ways To Spend Your Money mesothelioma Legal counsel

  8. What a material of un-ambiguity and preserveness of valuable experience
    about unpredicted emotions.

  9. Jorgeagopy表示:

    mexican mail order pharmacies: Mexican pharmacy ship US – reputable mexican pharmacies online

  10. I am really enjoying the theme/design of your blog. Do you ever run into any web browser compatibility
    problems? A handful of my blog visitors have complained about my website not working
    correctly in Explorer but looks great in Opera.
    Do you have any ideas to help fix this issue?

  11. Jorgeagopy表示:

    medicine in mexico pharmacies: mexico pharmacy – mexican mail order pharmacies

  12. The 10 Most Terrifying Things About Single Hand Fold Stroller Single Hand Fold Stroller

  13. The Top Reasons Why People Succeed In The Hire Car Accident Lawyers Industry best car wreck attorney, demo.emshost.com,

  14. Ismaelfer表示:

    Hi, I would like to subscribe for this blog to take newest updates, so where can i do it please help.

    накрутка пф в яндекс заказать

  15. 15 Private Psychological Assessment Uk Benefits That Everyone Should Be
    Able To mental health assessment psychiatrist

  16. Magnificent goods from you, man. I’ve remember your stuff previous to and
    you’re just extremely fantastic. I actually like what you’ve got right here, really like what
    you are saying and the best way in which you assert it. You’re making it entertaining and you still care for to keep it smart.
    I can’t wait to read far more from you. That is really a terrific
    site.

  17. Hey there, I think your blog might be having browser compatibility issues.
    When I look at your blog in Ie, it looks fine but when opening in Internet
    Explorer, it has some overlapping. I just wanted to give
    you a quick heads up! Other then that, superb blog!

  18. 15 Up-And-Coming Trends About Espresso Maker Italian espresso machine (http://www.ostrea.org)

  19. BrandonSaisy表示:

    best over the counter ed pills: cheap prescription drugs – erection pills online

  20. What’s The Job Market For 3 Wheel Buggies Professionals
    Like? 3 wheel Buggies

  21. The Benefits Of Car Replacement Keys At A Minimum, Once In Your Lifetime Car Replacement Keys Near Me

  22. What Gorenje Retro Fridge Freezer Will Be Your Next Big
    Obsession cheap retro fridge freezer uk

  23. Private Psychiatrist’s History Of Private Psychiatrist In 10 Milestones Private Psychotherapist

  24. Quality articles or reviews is the important to interest the visitors to pay a visit the web page, that’s what this web
    page is providing.

  25. Why Is Brown Leather Chesterfield So Famous? chesterfield Sofas near me

發佈留言

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