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,238,738 Responses

  1. This is a very good tip especially to those fresh
    to the blogosphere. Simple but very precise info… Many thanks for sharing this one.

    A must read article!

  2. Guide To Situs Togel Dan Slot Terpercaya: The Intermediate Guide In Situs Togel
    Dan Slot Terpercaya situs togel Dan slot Terpercaya (https://Linktogelresmi42288.gynoblog.com)

  3. Have you ever thought about adding a little bit more
    than just your articles? I mean, what you say is
    important and all. But think about if you added some great
    images or video clips to give your posts more, “pop”!
    Your content is excellent but with images and video clips, this website
    could certainly be one of the most beneficial in its niche.
    Great blog!

  4. LeroyBak表示:

    indian pharmacies safe Indian pharmacy international shipping indianpharmacy com

  5. rust cheats表示:

    Hello! I just wanted to ask if you ever have any issues with hackers?
    My last blog (wordpress) was hacked and I ended up losing a few months of hard work due to no
    backup. Do you have any methods to stop hackers?

  6. What Will Toto Be Like In 100 Years? 토토사이트 추천

  7. 15 Link Togel Benefits Everybody Should Know Link togel resmi (images.google.Ms)

  8. Kelli表示:

    You’ll Never Guess This Togel4d Login’s Benefits togel4d login –
    Kelli,

  9. Jorgeagopy表示:

    online prescription for ed meds: cheap drugs – drug store online

  10. BrandonSaisy表示:

    treating ed: low cost prescription – ed therapy

  11. LeroyBak表示:

    mexican border pharmacies shipping to usa mexican pharmacy mexico drug stores pharmacies

  12. Aaronrem表示:

    Базовые знания по криптовалютам для каждого — больше информации тут https://www.mixcloud.com/Crypton2024/

  13. LeroyBak表示:

    purple pharmacy mexico price list Legit online Mexican pharmacy buying from online mexican pharmacy

  14. wonderful publish, very informative. I wonder why the
    other specialists of this sector do not understand this.
    You must proceed your writing. I am sure, you’ve a huge
    readers’ base already!

  15. casino sykaaa表示:

    Также обновленные технологии Sykaaa Casino позволяют легко адаптироваться к современным запросам пользователей.

  16. Excellent article. Keep writing such kind of information on your blog.
    Im really impressed by it.
    Hi there, You have done a great job. I’ll definitely digg it and for my part recommend
    to my friends. I’m confident they will be benefited from this website.

  17. Jorgeagopy表示:

    mexico pharmacies prescription drugs: mexican pharmacy – п»їbest mexican online pharmacies

  18. A Comprehensive Guide To ADHD Private Diagnosis Glasgow
    From Start To Finish Private psychiatrist adhd assessment

  19. DevonPhack表示:

    https://indianpharm24.pro/# online shopping pharmacy india
    prescription drugs without doctor approval

  20. LeroyBak表示:

    cheap drugs online low cost prescription best medication for ed

  21. DevonPhack表示:

    https://pharm24.pro/# men with ed
    canadian drug prices

  22. LeroyBak表示:

    vacuum therapy for ed cheap pharmacy online medication drugs

  23. Javier表示:

    You’ll Never Guess This Best Mobility Scooter For Heavy Adults’s Tricks best mobility scooter for
    heavy adults (Javier)

  24. DevonPhack表示:

    https://indianpharm24.pro/# top online pharmacy india
    top rated ed pills

  25. 15 Pinterest Boards That Are The Best Of All Time About Chest
    Freezer For Garage chest freezers small uk

  26. What’s Next In Sofas And Couches Brown Sectional Couch

發佈留言

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