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,519,491 Responses

  1. Andrewrible表示:

    החיים מעניקים לגברים הזדמנות לבלות ולהגשים את כל החלומות עם נשים מושלמות שיודעות כיצד לספק את הגברים. זוהי הזדמנות לשכוח מבינים כי דירות דיסקרטיות מספקות בילוי ברמה של חו“ל. למי שלא מכיר, אלו הן דירות המספקות סביבת בילוי נעימה. בכל דירה ישנה נערה דירות דיסקרטיות בעפולה

  2. Nice blog here! Also your web site loads up fast!
    What web host are you using? Can I get your affiliate link
    to your host? I wish my web site loaded up as fast as yours lol

  3. 5 Killer Quora Answers To Obstetric Malpractice
    Lawyer Obstetric Malpractice Lawyer

  4. Terrific work! This is the kind of info that should be shared around the internet.
    Disgrace on the search engines for not positioning this post upper!
    Come on over and seek advice from my website .

    Thank you =)

  5. Hi there friends, pleasant piece of writing and nice arguments commented here, I am actually enjoying by these.

    My blog; fusible links for fire dampers

  6. Audi tt Key表示:

    The Best Audi Key Experts Are Doing 3 Things Audi tt Key

  7. local roofer表示:

    I have read so many posts on the topic of the blogger lovers except this paragraph is really a pleasant article,
    keep it up.

  8. JeffreyLak表示:

    Comprehensive drug resource. Medication impacts described.
    tadacip free shipping
    Prescribing guidelines here. Patient medication leaflet.

  9. hey表示:

    I simply couldn’t depart your web site prior to suggesting that I extremely loved the usual
    information a person provide in your visitors? Is going to be back regularly to inspect new posts

  10. bokep indo表示:

    Hello there, just became aware of your blog through Google, and found that it is really informative.
    I am going to watch out for brussels. I’ll be grateful if you continue this in future.
    A lot of people will be benefited from your writing.

    Cheers!

  11. 대전오피表示:

    When Your Massage Clients Want One Or Two More Minutes
    대전오피

  12. The Most Effective Mesothelioma Settlement Tricks To Make A Difference In Your Life mesothelioma lawsuit; http://www.mastersfurniture.Co.kr,

  13. The Most Successful Truck Accident Gurus Are Doing 3 Things truck accident Lawyer bronx

  14. Hi, I do think this is a great site. I stumbledupon it 😉 I am going to revisit once again since
    I saved as a favorite it. Money and freedom is the greatest
    way to change, may you be rich and continue to guide other people.

    Also visit my web site lung clear pro drops

  15. 9 . What Your Parents Taught You About Folding Treadmills UK Folding treadmills uk

  16. RichardBek表示:

    מתגוררות נערות קסומות וסקסיות המארחות גברים לבילויים אינטימיים. זוהי סוג של חופשה קסומה עבור הגבר, והבילוי נמצא תמיד ממש מעבר לפנק גברים ללא שום מחויבות. מאמר 5 נערות ליווי בחיפה לרגעים יפים בחיים אז גבר ספר לנו איך אתה מרגיש היום? לא בא לך לבלות עם full article

  17. This post is priceless. Where can I find out more?

  18. I am regular reader, how are you everybody? This post posted at this web site is truly good.

  19. situs 4d表示:

    Guide To Situs 4d: The Intermediate Guide On Situs 4d situs 4d

  20. Pedcollege.Ru表示:

    You’ll Never Guess This Small Treadmill With Incline’s Tricks
    small treadmill with incline (Pedcollege.Ru)

  21. Hi, I do think this is a great website. I stumbledupon it ;
    ) I’m going to come back once again since I book marked it.
    Money and freedom is the best way to change, may you
    be rich and continue to guide others. https://cheaplocallocksmiths.co.uk/forum/profile/Silke65L90

  22. Thanks for some other excellent article. Where else may just anyone get that type
    of information in such an ideal manner of writing?
    I have a presentation next week, and I am on the search for such information.

    My web blog; https://www.amazon.com/Laundry-Chute-Thumb-Trigger-Plunger/dp/B0881CW84C

  23. Do you have a spam issue on this blog; I also am a blogger, and I was
    wondering your situation; many of us have created some nice procedures
    and we are looking to trade solutions with others,
    be sure to shoot me an e-mail if interested.

    Here is my web page – tonic greens herpes review

  24. Pafi Nusantara Regency
    hɑve a commitment ցive service greatest ffor people. With high devotion аnd professionalism, Pafii mɑkes surе evеry service iѕ given in fɑst, friendly,
    and correct. This superior Service іncludes various elements ᧐f health aѕ weell as pharmaceuticals, mɑke Pafi Kab
    Nusantara ass trustworthy partner іn fulfilling ү᧐ur іnterests.

    Oսr focus is satisfaction as well aѕ comfort consumers,
    which often be concentration core іn eɑch service
    tһat we provide.

  25. Thank you for the auspicious writeup. It in reality was once a enjoyment account it.

    Glance advanced to far added agreeable from you! However,
    how could we be in contact?

    Visit my page … laundry chute fusible link

  26. Thank you for the good writeup. It actually
    used to be a enjoyment account it. Look complex to more delivered agreeable from you!
    However, how could we be in contact?

  27. dentavim ebay表示:

    Spot on with this write-up, I really believe that this amazing site needs much
    more attention. I’ll probably be returning to read more,
    thanks for the information!

    Also visit my webpage … dentavim ebay

  28. The other day, while I was at work, my sister stole my apple ipad and
    tested to see if it can survive a thirty foot drop, just so she can be a youtube sensation. My iPad is now destroyed
    and she has 83 views. I know this is entirely off topic but I had to
    share it with someone!

發佈留言

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