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...

884,800 Responses

  1. 20 Birth Injury Lawsuit Websites Taking The Internet By Storm birth injury law firms –
    http://leewhan.com/

  2. Davidtes表示:

    nolvadex steroids arimidex vs tamoxifen bodybuilding tamoxifen rash

  3. Newest Slots表示:

    Five Killer Quora Answers To Popular Casino Slots
    Newest Slots

  4. sange表示:

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

  5. Davidtes表示:

    does tamoxifen make you tired alternatives to tamoxifen tamoxifen rash pictures

  6. Roberta表示:

    Why You Should Focus On Improving Mesothelioma Attorney
    asbestos lawsuit (Roberta)

  7. WilliamRhype表示:

    http://lisinopril.network/# lisinopril 10mg tablets price

  8. 13 Things About Upvc Window Repairs You May Not Have Known upvc window Repairs near me

  9. My brother suggested I might like this blog.
    He was totally right. This put up actually made my day.
    You can not believe just how a lot time I had spent for
    this info! Thanks!

  10. Davidtes表示:

    get cheap propecia tablets cheap propecia without insurance propecia for sale

  11. Have you ever thought about including a little bit more
    than just your articles? I mean, what you say is valuable and everything.
    However think of if you added some great pictures or video clips to give your posts more, “pop”!
    Your content is excellent but with images and videos,
    this website could definitely be one of the greatest in its niche.
    Good blog!

  12. Davidtes表示:

    get propecia without dr prescription cost of propecia without a prescription generic propecia prices

  13. RandallTaulp表示:

    lisinopril for sale uk: lisinopril 4214 – lisinopril 10 12.55mg

  14. taka77 log in表示:

    It’s very effortless to find out any matter on web as compared to textbooks,
    as I found this article at this web site.

  15. WilliamRhype表示:

    http://lisinopril.network/# lisinopril without prescription

  16. 10 Meetups On Repair Upvc Window You Should Attend
    Upvc window repairs

  17. Davidtes表示:

    generic propecia without insurance propecia without a prescription order propecia for sale

  18. RandallTaulp表示:

    lisinopril brand name cost: lisinopril 40 mg price – lisinopril 2 mg

  19. WilliamRhype表示:

    http://lisinopril.network/# lisinopril 1 mg

  20. 10 Ways To Create Your CS GO Case New Empire Revolution Case

  21. Davidtes表示:

    propecia propecia brand name propecia without prescription

  22. Three Of The Biggest Catastrophes In Double Glazed Units Manufacturers
    Near Me History Double Glassing

  23. 15 Best Private ADHD Assessment UK Bloggers You Should Follow Best private Adhd Assessment uk

  24. I really like what you guys are up too. This type of clever
    work and reporting! Keep up the amazing works guys I’ve included
    you guys to our blogroll.

  25. 7 Small Changes That Will Make An Enormous
    Difference To Your Shopping Online Uk Multi-Purpose Steam Cleaner

  26. Leslieprerm表示:

    Лечение от мефедрона https://krasnodar-narkolog.ru/

  27. RandallTaulp表示:

    cipro 500mg best prices: buy cipro – buy cipro online without prescription

  28. Hi all, here every person is sharing such know-how, so it’s good to read this web site, and I used to pay a visit
    this webpage daily.

    Also visit my blog :: Forex trading technical setups

  29. It’s The Ugly Facts About Repair A Window Window Repairs

發佈回覆給「Leslieprerm」的留言 取消回覆

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