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,668,506 Responses

  1. срочная помощь вывод из запоя королев https://vyvod-iz-zapoya-korolev12.ru .

  2. LeroyBak表示:

    online prescription for ed meds cheap medication shots for ed

  3. вывод из запоя с выездом королев vyvod-iz-zapoya-korolev11.ru .

  4. Key Cutter For Cars Tips From The Top In The Business
    Keys cut near me now

  5. выведение из запоя на дому в подольске kapelnica-ot-zapoya-podolsk12.ru .

  6. In the course of the authorized process an undisclosed variety of Bacon’s paintings were recovered from Marlborough, and “vast portions of correspondence and documents relating to the life of the artist have been handed over by the gallery”.

  7. Going Here表示:

    Fine way of explaining, and good post to get information on the topic of my presentation subject, which i am going to deliver in school.

  8. DevonPhack表示:

    https://mexicanpharm24.cheap/# medicine in mexico pharmacies
    men ed

  9. 4 Dirty Little Secrets About Realistic Adult Doll And
    The Realistic Adult Doll Industry Sexdoll Realistic

  10. DevonPhack表示:

    http://pharm24.pro/# prescription drugs canada buy online
    online ed meds

  11. 10 Life Lessons We Can Learn From Sport Toto Official Website 토토사이트 순위

  12. But making a full trek throughout the complete nation would take you a full week.

  13. 11 Creative Methods To Write About Replacing Double Glazed Window Handle Old aluminium Window Handles

  14. LeroyBak表示:

    comparison of ed drugs cheap pharmacy ed meds

  15. The brand new cathedral was nearly completed in the remarkably brief time of twenty-5 years, though it was not re-consecrated until 1260.

  16. You could definitely see your skills within the article you write.
    The sector hopes for even more passionate writers like you who are not afraid to mention how they believe.

    At all times follow your heart.

  17. DevonPhack表示:

    https://mexicanpharm24.cheap/# mexican online pharmacies prescription drugs
    best over the counter ed pills

  18. Diviser PDF表示:

    Hi friends, fastidious post and nice urging commented here, I am actually enjoying by these.

  19. Williamagric表示:

    do i have ed https://pharm24.pro/# natural ed pills

  20. LeroyBak表示:

    how to overcome ed naturally cheap drugs psychological ed treatment

  21. Williamagric表示:

    generic ed pills http://pharm24.pro/# canadian online drugstore

  22. Unquestionably consider that that you stated. Your
    favorite reason appeared to be on the net the simplest factor to
    consider of. I say to you, I certainly get irked even as people think about worries that they just do not recognize about.
    You controlled to hit the nail upon the top as neatly as defined out the whole thing with no need
    side effect , other folks can take a signal. Will likely be again to get
    more. Thanks

  23. LeroyBak表示:

    india online pharmacy Pharmacies in India that ship to USA best online pharmacy india

  24. slot表示:

    Excellent post. Keep posting such kind of info on your site.
    Im really impressed by your site.
    Hey there, You’ve performed a great job. I will definitely digg it and in my view suggest to my
    friends. I am sure they will be benefited from this site.

  25. The 10 Most Terrifying Things About Outdoor Mobility Scooters indoor Mobility scooters

  26. Sazrfaa表示:

    Процесс получения диплома стоматолога: реально ли это сделать быстро?

    noxvillerp.5nx.ru/viewtopic.php?f=44&t=211

  27. BrandonSaisy表示:

    ed natural treatment: cheap prescription drugs – male erection

  28. ko66表示:

    Hmm it looks like your website ate my first comment (it was super long) so I guess
    I’ll just sum it up what I had written and say, I’m thoroughly enjoying your blog.
    I too am an aspiring blog blogger but I’m still new to the
    whole thing. Do you have any suggestions for novice blog writers?
    I’d really appreciate it.

  29. Williamagric表示:

    erection pills online http://pharm24.pro/# cheap erectile dysfunction pill

發佈回覆給「vivod iz zapoya korolev_wiEt」的留言 取消回覆

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