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,740 Responses

  1. 10 Real Reasons People Dislike Double Glazed Windows Luton Double Glazed Windows Luton upvc Windows near me

  2. Thanks for sharing your info. I really appreciate your efforts and I am waiting for your next write ups thank
    you once again.

    Take a look at my web blog: สล็อต PG

  3. Derekfar表示:

    ultrabet: ultrabet bonus – ultrabet

  4. aiporn.luxe表示:

    Hello! I simply wish to give you a big thumbs up for the excellent info you have got right here on this post.

    I will be returning to your blog for more soon.

  5. From All Over The Web 20 Amazing Infographics About French
    Door Fridge Freezer what is a french Door Fridge freezer –
    http://mnogootvetov.ru

  6. Tammi表示:

    What’s The Reason? Accident Injury Attorney Is Everywhere This Year accident injury attorneys near me, Tammi,

  7. 7 Simple Secrets To Completely Doing The Mystery Box best gaming mystery box

  8. Quiz: How Much Do You Know About Mesothelioma Case? Mesothelioma legal (dinnertax4.Bravejournal.net)

  9. 10 Signs To Watch For To Buy A Asbestos Attorney Mesothelioma Mesothelioma attorneys

  10. Annett表示:

    10 Quick Tips About Asbestos Attorneys Philadelphia mesothelioma attorneys (Annett)

  11. The 10 Scariest Things About Best Vibrators For Clit best vibrators for clit

  12. Joie表示:

    Titration ADHD Meds Tools To Make Your Daily Lifethe One Titration ADHD Meds Trick That Should Be Used By Everyone Be Able To titration adhd meds (Joie)

  13. The 10 Most Terrifying Things About Car Key Repair Shop Near Me car Key repair Shop Near Me (80aakbafh6ca3C.рф)

  14. ainews.casa表示:

    It’s an awesome post for all the web viewers; they will
    obtain benefit from it I am sure.

  15. I couldn’t resist commenting. Very well written!

  16. Pragmatic Experience Tips That Will Change Your Life 프라그마틱 무료체험 메타

  17. 10 Things You Learned In Kindergarden Which Will Aid You In Obtaining Jaguar Key
    Case Jaguar X Type Replacement Key Fob (Cs-Upgrade.Top)

  18. 10 Untrue Answers To Common Electric Fireplace Wall Mounted Questions: Do You Know The Right Answers?
    electric fireplaces wall mounted (arsenault-ring-2.mdwrite.net)

  19. Uazrexm表示:

    Купить диплом о среднем полном образовании, в чем подвох и как избежать обмана?

    homebusinesssoup.com/kupit-attestat-11-klassov-tsena-v-sankt-peterburge.html

  20. Good article! We are linking to this particularly
    great article on our website. Keep up the good writing.

  21. 12 Facts About Auto Ghost Immobiliser To Make You Think About The Other People Bmw
    X6 Ghost Installer; https://Cb1Cb400.Ru,

  22. Тут можно преобрести сейф для оружие сколько стоит сейф для ружья

  23. The Most Significant Issue With Bean-To-Cup Coffee Machines, And How You Can Fix
    It bean to cup coffee machines With milk Frother

  24. An Easy-To-Follow Guide To Coffee Machines With Capsules coffee capsule Machine

  25. Тут можно преобрести купить оружейный сейф цена сейф для оружия цена в москве

  26. Derekfar表示:

    matadorbet: matadorbet bid – matadorbet bid

發佈留言

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