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,672,473 Responses

  1. Beware Of These “Trends” Concerning Upvc Door Locking Mechanism upvc Bi Fold Doors
    (nagievonline.com)

  2. Millard表示:

    10 Inspirational Graphics About Demo Slot pragmatic akun demo (Millard)

  3. You expressed it fantastically!

  4. It’s Enough! 15 Things About Repairing Glass We’re Fed Up Of Hearing Misted Glass Repair

  5. I don’t know whether it’s just me or if everybody else experiencing
    problems with your site. It appears as if some of the text on your posts
    are running off the screen. Can somebody else please comment and let me know if this is happening to them
    too? This could be a problem with my internet browser because I’ve had this happen before.

    Cheers

    My web site; Apparel branding services USA

  6. 20 Things Only The Most Devoted Personal Injury Lawyers Fans Know Personal Injury Lawsuit

  7. DominicJaw表示:

    mexico drug stores pharmacies: buying prescription drugs in mexico online – best online pharmacies in mexico

  8. 10 Things We All Were Hate About Erb’s Palsy Litigation erb’s palsy law firms

  9. Nelsonbluck表示:

    pharmacies in mexico that ship to usa: medication from mexico pharmacy – purple pharmacy mexico price list

  10. We stumbled over here different page and thought I might as well check things out.

    I like what I see so now i am following you. Look forward to checking out your web page for a second
    time.

  11. 9 Signs You’re A Professional Products Online Shopping Expert online shops in uk for Products

  12. Nelsonbluck表示:

    medicine in mexico pharmacies: buying from online mexican pharmacy – pharmacies in mexico that ship to usa

  13. The Most Significant Issue With Black Couch, And How You Can Fix It red couch (https://Lesoutrali.com/)

  14. DominicJaw表示:

    pharmacies in mexico that ship to usa: п»їbest mexican online pharmacies – pharmacies in mexico that ship to usa

  15. evisa vietnam表示:

    You have made some good points there. I looked on the web
    to learn more about the issue and found most individuals will go along with your
    views on this web site.

  16. Bertha表示:

    How To Identify The CSGO Cases Opening That Is Right
    For You case opening (Bertha)

  17. The Worst Advice We’ve Received On Cheap Sectional Sofas 4452346 (http://www.4452346.Xyz)

  18. Arnoldten表示:

    best online pharmacies in mexico mexico pharmacy reputable mexican pharmacies online

  19. DominicJaw表示:

    medication from mexico pharmacy: mexican mail order pharmacies – best online pharmacies in mexico

  20. WayneCoirl表示:

    mexican border pharmacies shipping to usa: pharmacies in mexico that ship to usa – п»їbest mexican online pharmacies

  21. Nelsonbluck表示:

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

  22. 新竹 整骨表示:

    http://bogin28.s3-website.ap-southeast-3.amazonaws.com/research/bogin28-(29).html
    Teri Jon has a large choice of plus measurement night gowns, and a few even with extended sizing to size 20.

  23. A Step-By-Step Guide To Green Couch From Start To Finish Convertible Couch Bed

  24. WayneCoirl表示:

    buying prescription drugs in mexico online: mexican pharmaceuticals online – buying from online mexican pharmacy

  25. You’ll Never Be Able To Figure Out This Adults Toy
    For Men’s Secrets Adults Toy For men

發佈留言

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