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,238,560 Responses

  1. LeroyBak表示:

    online canadian pharmacy cheap medication buy prescription drugs without doctor

  2. 5 Laws That Will Help The Volkswagen Replacement Keys Industry Volkswagen Keys

  3. Hobbiton表示:

    Wow, that’s what I was looking for, what a information! existing here at this webpage, thanks admin of this web page.

  4. Why Glazing Doctor Is Your Next Big Obsession? window sill repair

  5. mega moriarty表示:

    Heya! I just wanted to ask if you ever have any issues with hackers?
    My last blog (wordpress) was hacked and I ended up losing months of hard work
    due to no data backup. Do you have any methods
    to stop hackers?

  6. remote表示:

    Are You Responsible For The Local Car Locksmith Budget?
    10 Unfortunate Ways To Spend Your Money remote

  7. Write more, thats all I have to say. Literally, it seems as though you
    relied on the video to make your point. You definitely know what youre talking
    about, why waste your intelligence on just posting videos to your site when you could be
    giving us something enlightening to read?

  8. Michaelkeymn表示:

    Наша компания «Сайт по мебели чтобы кухни» воспламеняется твореньем равным образом перепродажей качественной кашеварной мебели. Ты да я делаем отличное предложение широкий ассортимент продукции, яже отзывается самым сегодняшним образцам да направленностям дизайна https://sufebey8kuhnishki.ru/.

  9. Williamagric表示:

    best natural cure for ed https://indianpharm24.pro/# best online pharmacy india

  10. Jorgeagopy表示:

    online pharmacy india: Indian pharmacy to USA – pharmacy website india

  11. DevonPhack表示:

    http://mexicanpharm24.cheap/# mexico pharmacies prescription drugs
    canadian online drugstore

  12. cheap表示:

    What Is Keys Mercedes’s History? History Of Keys Mercedes cheap

  13. BrandonSaisy表示:

    mexico drug stores pharmacies: mexico pharmacy – reputable mexican pharmacies online

  14. 10 Healthy Habits For A Healthy Titration ADHD Adults how long does adhd titration Take

  15. Williamagric表示:

    erection pills online https://mexicanpharm24.cheap/# mexican mail order pharmacies

  16. 10 Replacement Double Glazed Glass Only Near Me Tips All Experts Recommend replacing double glazing Units

  17. Williamagric表示:

    legal to buy prescription drugs from canada http://pharm24.pro/# ed pharmacy

  18. 1win表示:

    It’s fantastic that you are getting thoughts from this post as well as from our discussion made here.

  19. Williamagric表示:

    diabetes and ed http://mexicanpharm24.cheap/# mexican border pharmacies shipping to usa

  20. Lazrsiu表示:

    Быстрое обучение и получение диплома магистра – возможно ли это?

    semicolonproject.net/forum/viewtopic.php?t=183052

  21. 15 Top Pinterest Boards From All Time About Bean Coffee Maker Beans coffee Machine

  22. Do you have a spam issue on this site; I also am a blogger, and I was wondering your situation; we have developed some nice practices and we
    are looking to exchange strategies with other folks, please shoot me an email if
    interested.

    My webpage https://www.cucumber7.com/

  23. The Reason Why Are Tilt And Turn Windows Any Good
    Is Everyone’s Desire In 2024 Tilt And Turn Windows Advantages And Disadvantages (https://Timeoftheworld.Date/Wiki/20_Trailblazers_Leading_The_Way_In_Tilt_And_Turn_Window_Handles)

  24. Diplomi_czEn表示:

    купить диплом высшее образование нижний новгород orik-diploms.ru .

  25. Ollie表示:

    Leather Chesterfield Sofa For Sale Tips To Relax Your
    Everyday Lifethe Only Leather Chesterfield Sofa For Sale Trick That Every Person Must Learn leather chesterfield
    sofa for sale; Ollie,

發佈留言

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