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

896,834 Responses

  1. What Is Wordai Versus Article Rewriter? History Of Wordai Versus
    Article Rewriter What is wordai

  2. Davidtes表示:

    buy cytotec over the counter buy cytotec buy cytotec in usa

  3. Who Is Responsible For A Michael Kors Designer Bags Budget?
    12 Top Notch Ways To Spend Your Money michael Kors bags tote

  4. Davidtes表示:

    generic propecia prices get propecia pills propecia online

  5. RandallTaulp表示:

    order generic propecia no prescription: buy generic propecia pill – propecia generics

  6. Regan表示:

    Just desire to say your article is as astounding. The clarity
    in your post is simply spectacular and i could assume you are an expert on this subject.
    Well with your permission allow me to grab your feed to keep updated with forthcoming post.
    Thanks a million and please keep up the enjoyable work.

  7. RandallTaulp表示:

    cost of cheap propecia tablets: cost of propecia without prescription – buy propecia pills

  8. Useful information. Luccky mee I found your site unintentionally, and I am stunnned why his accident did not came
    about earlier! I bookmarked it.

    Review my web blog … monter kadłubów okrętowych norwegia

  9. Davidtes表示:

    cipro 500mg best prices cipro online no prescription in the usa cipro pharmacy

  10. The mind brain injury attorney hawaii lawyers at DE CARO & KAPLEN,
    LLP.

  11. each time i used to read smaller content which as
    well clear their motive, and that is also happening with this post which I am reading at
    this place.

  12. RandallTaulp表示:

    does tamoxifen make you tired: does tamoxifen make you tired – tamoxifen side effects forum

  13. Davidtes表示:

    buy cytotec online fast delivery buy cytotec buy cytotec over the counter

  14. 15 Best Pinterest Boards To Pin On All Time About CSGO Weapon Case esports 2014 Summer Case

  15. Davidtes表示:

    buy cytotec online fast delivery order cytotec online buy cytotec pills

  16. RandallTaulp表示:

    get generic propecia prices: buying propecia without insurance – order generic propecia without rx

  17. Davidtes表示:

    cipro for sale where can i buy cipro online ciprofloxacin 500 mg tablet price

  18. Ronaldpsymn表示:

    http://finasteride.store/# propecia cost

  19. RandallTaulp表示:

    zestril over the counter: lisinopril 10mg price in india – buy lisinopril online

  20. sale表示:

    20 Things You Must Be Educated About Best Folding Treadmill
    Small Space sale

  21. I blog often and I seriously thank you for your content. This
    great article has truly peaked my interest. I’m going to
    book mark your blog and keep checking for new
    details about once a week. I opted in for your RSS feed
    too.

  22. WilliamRhype表示:

    https://lisinopril.network/# lisinopril 25mg tablets

  23. Theron表示:

    Unquestionably believe that which you said.
    Your favorite justification appeared to be on the net the easiest thing to be aware of.
    I say to you, I definitely get irked while
    people consider worries that they plainly don’t know about.

    You managed to hit the nail upon the top as well as defined
    out the whole thing without having side effect , people can take
    a signal. Will likely be back to get more. Thanks

  24. Ronaldpsymn表示:

    https://cytotec.club/# order cytotec online

  25. RandallTaulp表示:

    cytotec abortion pill: buy cytotec online – buy cytotec pills

  26. Nice post. I learn something totally new and challenging on websites I stumbleupon every day.
    It’s always interesting to read articles from
    other authors and use a little something from their websites.

  27. RandallTaulp表示:

    buy cytotec over the counter: cytotec buy online usa – buy cytotec over the counter

  28. WilliamRhype表示:

    http://finasteride.store/# cost of propecia

  29. WilliamRhype表示:

    http://lisinopril.network/# lisinopril brand name australia

發佈留言

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