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,674,796 Responses

  1. Nelsonbluck表示:

    buying prescription drugs in mexico online: mexico drug stores pharmacies – mexican border pharmacies shipping to usa

  2. Thanks a lot, I value this!

  3. telegra.Ph表示:

    10 Life Lessons We Can Learn From Replacement Car Keys Ford
    ford fob key replacement – telegra.Ph

  4. Aurelio表示:

    Five Killer Quora Answers To Door Doctor door doctor (Aurelio)

  5. The 9 Things Your Parents Teach You About Glass Repair Manchester Glass Repair manchester

  6. repairing表示:

    Window Repairs Near Me: The Ultimate Guide To Window Repairs Near Me repairing

  7. DominicJaw表示:

    buying prescription drugs in mexico online: mexican online pharmacies prescription drugs – mexican drugstore online

  8. Nelsonbluck表示:

    medication from mexico pharmacy: best online pharmacies in mexico – mexican drugstore online

  9. DominicJaw表示:

    mexico drug stores pharmacies: п»їbest mexican online pharmacies – buying prescription drugs in mexico

  10. Arnoldten表示:

    mexico drug stores pharmacies mexico drug stores pharmacies mexican pharmacy

  11. site表示:

    Helpful info. Lucky me I discovered your site unintentionally, and I’m shocked why this twist of fate did not came about in advance!
    I bookmarked it.

  12. How To Get More Value With Your Double Bunk Beds Top And Bottom
    small double bunk beds (Flarebeard92.werite.net)

  13. Arnoldten表示:

    buying from online mexican pharmacy п»їbest mexican online pharmacies buying prescription drugs in mexico

  14. Quinton表示:

    How To Choose The Right Window Companies Crawley
    On The Internet double glazing window repair (Quinton)

  15. 台北表示:

    https://accounting29.research.au-syd1.upcloudobjects.com/research/accounting29-(467).html
    Jewel tones are a perfect palette for mothers of the bride and grooms year-round.

  16. The 10 Scariest Things About ADHD Assessment UK Private
    adhd assessment uk private

  17. hgo909 slot表示:

    An outstanding share! I have just forwarded this onto a friend
    who was conducting a little homework on this. And he actually bought
    me breakfast because I stumbled upon it for him… lol. So allow me to
    reword this…. Thanks for the meal!! But yeah, thanx for spending some time
    to discuss this matter here on your web site.

  18. Lydia表示:

    The Most Pervasive Issues With Slot Demo demon slot (Lydia)

  19. See What Replacement Key For Car Tricks The Celebs Are Making Use Of Replacement Key For Car

  20. https://ya-chinavisa-4.sos-at-vie-1.exo.io/application-conditions-and-material-preparation-for-taiwan-compatriot-permit-15.html
    We’ve always heard that mom knows finest, and if these moms of the bride—and moms of the groom!

  21. Arnoldten表示:

    medication from mexico pharmacy buying from online mexican pharmacy п»їbest mexican online pharmacies

  22. Nelsonbluck表示:

    purple pharmacy mexico price list: mexican pharmaceuticals online – buying from online mexican pharmacy

  23. DominicJaw表示:

    pharmacies in mexico that ship to usa: mexican online pharmacies prescription drugs – mexican rx online

  24. Drug information sheet. Long-Term Effects.
    how to buy zithromax without a prescription
    Some news about pills. Read information here.

  25. How Erb’s Palsy Lawsuit Arose To Be The Top
    Trend On Social Media erb’s Palsy attorneys

  26. Nelsonbluck表示:

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

  27. 10 Things That Your Family Taught You About Window Replacement Near Me
    Window Replacement Near Me

  28. WayneCoirl表示:

    best online pharmacies in mexico: mexican rx online – mexico drug stores pharmacies

  29. WayneCoirl表示:

    mexican border pharmacies shipping to usa: reputable mexican pharmacies online – mexican pharmaceuticals online

  30. WayneCoirl表示:

    mexican pharmaceuticals online: buying prescription drugs in mexico online – mexican border pharmacies shipping to usa

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

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