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,235,125 Responses

  1. RandallTaulp表示:

    order cytotec online: buy cytotec over the counter – Abortion pills online

  2. 10 Basics About Tommy Hilfiger Crossbody Bag You Didn’t Learn In School tommy hilfiger bag for Man

  3. 20 Trailblazers Leading The Way In Best Link Building Software best Seo Link building software

  4. The 9 Things Your Parents Taught You About Car Key Fob Replacement car key fob replacement

  5. Davidtes表示:

    buy generic propecia without a prescription cost of generic propecia without dr prescription order cheap propecia without prescription

  6. RandallTaulp表示:

    ciprofloxacin generic: ciprofloxacin 500mg buy online – ciprofloxacin 500mg buy online

  7. Профессиональное обслуживание
    и высокий уровень сервиса ООО «Комплектнефтегаз» ваш надежный партнер.

  8. See What Window Repairs Near Me Tricks The Celebs Are Using window repairs Near Me

  9. 10 Misconceptions That Your Boss May Have About Pvc Window Repairs Pvc Window Repairs double glazed Window repairs near me

  10. WilliamRhype表示:

    http://finasteride.store/# generic propecia pill

  11. celinetoto表示:

    Hey there just wanted to give you a quick heads up. The text in your article seem to be running off the screen in Opera.

    I’m not sure if this is a formatting issue or something to do with web browser compatibility but I thought I’d post to let
    you know. The layout look great though! Hope you get the issue resolved soon. Thanks

  12. The 10 Scariest Things About Window Replacements windows replacement

  13. Search Engine Optimisation Is The Next Hot Thing In Search Engine Optimisation Seo optimization services

  14. Ronaldpsymn表示:

    https://lisinopril.network/# zestoretic 10 12.5 mg

  15. Ernestine表示:

    The Hidden Secrets Of Double Glazed Units Near Me replacement double
    glazed units near me (Ernestine)

  16. nature poems表示:

    It’s a pity you don’t have a donate button! I’d without a doubt donate to this fantastic blog!
    I suppose for now i’ll settle for book-marking and adding
    your RSS feed to my Google account. I look forward to
    fresh updates and will share this website with my Facebook group.
    Chat soon!

  17. Larry表示:

    11 Strategies To Completely Redesign Your Personal Injury Legal personal injury law firm (Larry)

  18. Davidtes表示:

    buy misoprostol over the counter Misoprostol 200 mg buy online buy cytotec over the counter

  19. Ronaldpsymn表示:

    http://ciprofloxacin.tech/# buy ciprofloxacin

  20. The 10 Most Terrifying Things About Private ADHD Assessment Adult
    private Adhd assessment Adult

  21. 10 Key Factors Regarding Search Engine Optimization You Didn’t
    Learn In The Classroom seo Optimisation software

  22. This Week’s Most Popular Stories Concerning Organic SEO Agency seo ranker agency

  23. If some one needs expert view on the topic of blogging and site-building
    then i suggest him/her to pay a quick visit this weblog,
    Keep up the good job.

    Here is my blog :: striptease near me

  24. WilliamRhype表示:

    https://finasteride.store/# cost of cheap propecia now

  25. 9 Lessons Your Parents Taught You About Only Fans Pornstars Kayleigh Wanless Only fans pornstars kayleigh wanless

  26. Davidtes表示:

    buy zestril lisinopril hct generic lisinopril online

  27. Need Inspiration? Try Looking Up Misted Double Glazing Repairs Near Me double glazing Repair

  28. Davidtes表示:

    90 lisinopril lisinopril 18 mg lisinopril medication otc

  29. Ronaldpsymn表示:

    http://cytotec.club/# cytotec pills buy online

  30. casino_nqKt表示:

    bono de casino sin deposito peru http://sin-deposito-peru.org/ .

發佈留言

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