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,458,437 Responses

  1. CurtisBam表示:

    canadian pharmacy tampa: Canadian Md Pharm – canada drug pharmacy

  2. MichaelUntot表示:

    Cool + for the post
    _________________
    Best online casino

  3. Andre表示:

    Venue Ideas For Your Child’s Next House Party
    아이러브밤, Andre,

  4. MichaelUntot表示:

    nothing special
    _________________
    Best online casino

  5. Right here is the perfect web site for anybody who
    would like to find out about this topic. You know so much its almost hard to argue with you (not that I
    personally will need to…HaHa). You certainly put a fresh spin on a topic which has been discussed for a
    long time. Great stuff, just excellent!

  6. Brandonnot表示:

    Best Indian pharmacy: Indian Cert Pharm – Indian pharmacy that ships to usa

  7. CurtisBam表示:

    indian pharmacy: Indian Cert Pharm – indian pharmacy

  8. CurtisBam表示:

    Indian Cert Pharm: Best online Indian pharmacy – Indian Cert Pharm

  9. JacobLoody表示:

    кухни москва — профессиональное изготовление мебели для вашего дома.

  10. Hey there just wanted to give you a brief heads up and let you know a few of the pictures aren’t loading properly.
    I’m not sure why but I think its a linking issue. I’ve tried it in two different internet browsers and both show the same results.

  11. If some one desires to be updated with newest technologies after that he must be pay a quick
    visit this site and be up to date every day.

  12. I am in fact glad to read this webpage posts which carries plenty of helpful facts, thanks for providing such information.

  13. Brandonnot表示:

    Best online Indian pharmacy: indian pharmacy – Indian Cert Pharm

  14. Bonus99表示:

    id=”firstHeading” class=”firstHeading mw-first-heading”>Search results

    Help

    English

    Tools

    Tools
    move to sidebar hide

    Actions

    General

  15. Cleveland表示:

    Night Spa 강남오피 – Cleveland

  16. Brandonnot表示:

    reputable indian online pharmacy: Online medicine – Online pharmacy

  17. 3 – Acesse a página de vídeos privados do GetFbStuff e cole o código copiado.

  18. Brandonnot表示:

    pharmacy in canada: Canadian Md Pharm – canadian pharmacy com

  19. Brandonnot表示:

    Online medicine: Best Indian pharmacy – Indian Cert Pharm

  20. CurtisBam表示:

    mexico pharmacies prescription drugs: Mexican Easy Pharm – purple pharmacy mexico price list

  21. 20 Things Only The Most Devoted Wine Refrigerator Small Fans Understand
    Under counter Wine fridge UK

  22. Brandonnot表示:

    Mexican Easy Pharm: best online pharmacies in mexico – reputable mexican pharmacies online

  23. Medicines prescribing information. Generic Name.
    buy cheap levitra tablets
    Actual about drug. Get information here.

  24. Janicepulse表示:

    Our team specializes in creating the perfect connection between talented girls and the leading companies in the fashion industry.
    For more information, follow the link администратор вебкам студии
    Our stylists help models reach their potential by providing training and support at every stage. We also offer services for agencies looking to find the best talent for their projects.

  25. BobbyVople表示:

    киного биографии kinogo мультфильмы

  26. Brandonnot表示:

    Mexican Easy Pharm: purple pharmacy mexico price list – mexico drug stores pharmacies

發佈留言

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