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,997 Responses

  1. WilliamRhype表示:

    https://finasteride.store/# cost of cheap propecia

  2. Davidtes表示:

    ciprofloxacin 500mg buy online cipro for sale cipro 500mg best prices

  3. Why All The Fuss Over Defra Approved Multi Fuel?
    Stylish stoves

  4. Ernestine表示:

    9 Lessons Your Parents Teach You About Mop Robot Vacuum mop robot vacuum (Ernestine)

  5. Ebony Wynn表示:

    Lovely forum posts. Thank you.

  6. WilliamRhype表示:

    https://nolvadex.life/# tamoxifen and osteoporosis

  7. 14 Cartoons About Prada Man Handbag That’ll Brighten Your Day
    Prada Bags tote

  8. Real-time workout tracking overviews your exercises.

    my homepage – fitness equipment in amarillo texas

  9. WilliamRhype表示:

    http://nolvadex.life/# does tamoxifen cause joint pain

  10. zapakita01表示:

    Hey! This is my first visit to your blog! We are a collection of volunteers and starting a new project in a community in the same niche.
    Your blog provided us useful information to work on. You have done a outstanding
    job!

    My page … zapakita01

  11. RandallTaulp表示:

    cytotec online: Abortion pills online – buy cytotec

  12. You’ll Never Guess This 18 Wheeler Accident Law Firm’s Tricks 18 wheeler accident law Firm

  13. Case Falchion表示:

    What Is CSGO Case Websites? How To Use It Case Falchion

  14. Carma表示:

    The Story Behind Window Repair Near Will Haunt You Forever!
    upvc window repair near me (Carma)

  15. Thankfulness to my father who stated to me on the topic of this website, this website is
    truly amazing.

  16. WilliamRhype表示:

    https://nolvadex.life/# tamoxifen endometrium

  17. Bookmarks表示:

    Tiny women look outstanding in other words Prom dresses.

    my web page Bookmarks

  18. Solutions To The Problems Of Washer Dryer With Heat Pump washer dryer with Heat pump

  19. nearby表示:

    5 Double Glazing Window Repair Lessons Learned From The
    Pros nearby

  20. RandallTaulp表示:

    cost of generic propecia online: cost propecia prices – order cheap propecia price

  21. Bookmarks表示:

    A Complete Fitness Center Experience Anywhere, At Any Time.

    Here is my website … Bookmarks

  22. Ronaldpsymn表示:

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

  23. 15 Reasons You Shouldn’t Overlook Wall Mounted
    Electric Fires wall mounted Electric fireplaces (https://Www.cheaperseeker.com/)

  24. Ꮋi i am kavin, its my first time to commenting anywhere, when i read tһis
    paгagrаph i thought i could aⅼso ceate comment due tο this brilliant paragraph.

    Feel free to surf to my webpage :: Harga Pagar Panel Bеton Precast (http://Www.Zifu100.Cn)

  25. Davidtes表示:

    buying cheap propecia without insurance buying cheap propecia online buying generic propecia pills

  26. In the quest for a healthier lifestyle, many individuals
    are turning to the Keto Peak Diet diet as a promising solution for weight loss and
    overall well-being.

  27. Hokicoy login表示:

    We’re a group of volunteers and opening a brand new
    scheme in our community. Your site offered us with helpful
    info to work on. You’ve done a formidable activity
    and our entire group will likely be grateful to
    you.

  28. A Full Gym Experience Anywhere, At Any Moment.

    Feel free to surf to my site: fitness equipment near me

  29. Davidtes表示:

    buy cytotec over the counter buy cytotec over the counter buy cytotec in usa

  30. Bookmarks表示:

    Real-time exercise tracking overviews your exercises.

    Stop by my web-site – Bookmarks

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

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