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,646,866 Responses

  1. 按摩教學表示:

    https://tendoncare17.s3.us-east-005.backblazeb2.com/research/tendoncare17-(436).html
    Then you can view your saved listings every time you login.

  2. Cs2 cases表示:

    The Reasons To Work With This Why Are CSGO Skins Going Up In Price Cs2 cases

  3. Arnoldten表示:

    purple pharmacy mexico price list best online pharmacies in mexico medication from mexico pharmacy

  4. excellent points altogether, you just gained a new reader.
    What would you suggest about your submit that you simply made a few
    days ago? Any sure?

  5. Good day very cool site!! Guy .. Beautiful .. Amazing ..

    I will bookmark your website and take the feeds also? I’m happy to
    find a lot of useful information right here within the submit, we’d like develop more strategies on this regard, thank you for sharing.
    . . . . .

  6. Arnoldten表示:

    reputable mexican pharmacies online medicine in mexico pharmacies mexico pharmacy

  7. 10 Meetups About Lightweight Folding Wheelchairs For Travelling You Should Attend wheelchairs Lightweight foldable,
    welnesbiolabs.com,

  8. Nelsonbluck表示:

    buying from online mexican pharmacy: medication from mexico pharmacy – mexican rx online

  9. Arnoldten表示:

    mexican rx online mexican mail order pharmacies pharmacies in mexico that ship to usa

  10. Arnoldten表示:

    reputable mexican pharmacies online п»їbest mexican online pharmacies best online pharmacies in mexico

  11. WayneCoirl表示:

    mexican drugstore online: mexico drug stores pharmacies – medication from mexico pharmacy

  12. Arnoldten表示:

    medication from mexico pharmacy buying prescription drugs in mexico online mexico pharmacies prescription drugs

  13. Upvc Windows And Doors Near Me Tips From The Top In The Industry black upvc windows

  14. nycfemale.com表示:

    Hello, just wanted to say, I loved this article. It was funny.
    Keep on posting!

    Here is my web site :: nycfemale.com

  15. Nelsonbluck表示:

    reputable mexican pharmacies online: purple pharmacy mexico price list – medicine in mexico pharmacies

  16. The Best Electric Powered Wheelchairs Tips To Make A Difference In Your Life Cost of electric wheelchair

  17. evisa vietnam表示:

    What’s up Dear, are you genuinely visiting this web site
    regularly, if so afterward you will without doubt take pleasant experience.

  18. Wow, this piece of writing is fastidious, my younger sister is analyzing
    such things, so I am going to inform her. http://Forum.altaycoins.com/profile.php?id=534494

  19. 太平 整骨表示:

    https://drbo6b.b-cdn.net/research/dobo6b-(247).html
    However, the only rule for wearing sequin dresses is to maintain equipment and makeup subtle.

  20. Hi, Neat post. There is a problem with your web site in web
    explorer, may test this? IE nonetheless is the market chief and a good section of folks will leave out your magnificent writing due to this problem.

  21. Nelsonbluck表示:

    mexican mail order pharmacies: mexican online pharmacies prescription drugs – mexican pharmaceuticals online

  22. Arnoldten表示:

    reputable mexican pharmacies online mexican mail order pharmacies medicine in mexico pharmacies

  23. Arnoldten表示:

    mexican pharmaceuticals online buying prescription drugs in mexico medication from mexico pharmacy

  24. sex表示:

    Tһis article will help the internet people for creɑting new blog or evgen a blog from start to end.

    Feeⅼ free to visit my blog post: sex

  25. DominicJaw表示:

    mexican border pharmacies shipping to usa: purple pharmacy mexico price list – mexico pharmacies prescription drugs

發佈留言

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