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,235,113 Responses

  1. You’ll Be Unable To Guess Citroen Remote Key
    Replacement’s Tricks Remote key replacement

  2. Тут можно преобрести оружейные шкафы и сейфы сейф для хранения оружия

  3. Wow! Finally I got a web site from where I be capable
    of really get useful information regarding my study
    and knowledge.

  4. locksmith表示:

    Locksmiths Near Me Tools To Make Your Everyday Lifethe Only Locksmiths Near Me
    Trick That Every Person Should Know locksmith

  5. aiporn.review表示:

    What’s up to all, how is everything, I think every one
    is getting more from this web site, and your views
    are pleasant in favor of new visitors.

  6. Тут можно преобрести купить оружейный сейф купить оружейные сейфы

  7. AtmlHesia表示:

    If you need to economize, order your stromectol price are so much better online. Check this out

  8. CarrollUnton表示:

    deneme bonusu veren siteler 2024 http://ultrabet-tr.online/# ultrabet bonus

  9. 20 Best Tweets Of All Time About Item Upgrade Item level Upgrade

  10. ThePokies 104表示:

    After exploring a number of the blog posts on your web page, I truly
    like your technique of writing a blog. I book marked it to my bookmark
    website list and will be checking back in the near future.
    Please check out my website as well and tell me your opinion.

  11. Medicines information. Short-Term Effects.
    where buy azathioprine pills
    Actual what you want to know about drug. Get information here.

  12. Zita表示:

    I know this website presents quality dependent posts and additional material,
    is there any other site which provides such stuff in quality?

  13. fuck at mall表示:

    Ahaa, its nice dialogue concerning this article at this place at this blog,
    I have read all that, so at this time me also commenting at this place.

  14. How To Fix Tilt And Turn Windows Tools To Ease Your Everyday
    Lifethe Only How To Fix Tilt And Turn Windows Trick That Everyone Should Learn how to fix tilt and turn windows

  15. situs porno表示:

    Hi, I want to subscribe for this web site to get latest updates, thus where can i do it please help out.

  16. CarrollUnton表示:

    deneme bonusu veren siteler http://matadorbet.bid/# matadorbet

  17. Тут можно преобрести сейф для ружья купить оружейные сейфы

  18. Valentina表示:

    How To Become A Prosperous 3 Wheeled Buggies Entrepreneur Even If You’re Not Business-Savvy best lightweight 3 wheel stroller (Valentina)

  19. I don’t know whether it’s just me or if perhaps everyone else experiencing problems with your website.
    It appears as if some of the text within your posts are running off the screen. Can somebody
    else please provide feedback and let me know if this is happening to them as well?
    This might be a issue with my internet browser because
    I’ve had this happen before. Kudos

  20. Maritza表示:

    15 Best 3 Wheel Travel System Bloggers You Should Follow best 3 wheel travel system (Maritza)

  21. LarryCoell表示:

    Casino Siteleri Casino Siteleri Casino Siteleri

  22. LarryCoell表示:

    deneme bonusu veren siteler mycbet.com deneme bonusu veren siteler 2024 deneme bonusu veren siteler mycbet.com

  23. Stephenideox表示:

    Окунитесь в юдоль скорби веселий и интересных ситуаций на портале Эрот 28!
    юбилей

  24. Paito HK Lotto adalah sebuah kelompok angka terupdate yang dipergunakan di permainan togel hongkong untuk membuat prediksi keluaran angka yang sah dan tepat dengan kombinasi tabel berwarna.

  25. Derekfar表示:

    matadorbet bid: matadorbet – matadorbet

  26. Having read this I believed it was rather informative.
    I appreciate you finding the time and energy to put this
    short article together. I once again find myself spending way too
    much time both reading and leaving comments.
    But so what, it was still worthwhile!

  27. Horace表示:

    Mesothelioma affects the lung’s lining (pleura)
    as well as the tummy (peritoneal mesothelioma) and heart. Symptoms usually develop in the course of time.

    Here is my web page: asbestos lawyer (Horace)

  28. I loved as much as you’ll receive carried out right
    here. The sketch is attractive, your authored
    material stylish. nonetheless, you command get bought an shakiness over that you
    wish be delivering the following. unwell unquestionably come further
    formerly again as exactly the same nearly very often inside
    case you shield this hike.

發佈留言

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