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,154,809 Responses

  1. Sanford表示:

    Paragraph writing is also a fun, if you be acquainted with then you can write if not it is
    difficult to write.

  2. Hi, I do believe this is an excellent website. I stumbledupon it 😉 I am going to come back once again since i have bookmarked it.

    Money and freedom is the greatest way to change, may you
    be rich and continue to help others.

  3. Кент表示:

    Я смог отыграть кэшбэк и выиграть денег только в этом казино.

  4. See What How To Get An ADHD Diagnosis UK Tricks The Celebs Are Using get An adhd diagnosis uk

  5. JasonsladA表示:

    Hello there! get finasteride for sale good internet site.

  6. An Asbestos Litigation lawyer can assist victims to file a lawsuit against employers
    for exposure to the toxic mineral. A lawsuit can help victims receive compensation for
    medical expenses, lost wages and past pain and suffering.

  7. I love what you guys are up too. This type of
    clever work and exposure! Keep up the fantastic works guys I’ve added you guys to
    blogroll.

  8. You Are Responsible For An Truck Accident Budget? 12 Best Ways
    To Spend Your Money truck accident lawsuit

  9. What’s The Current Job Market For Dangerous Drugs Law Firm
    Professionals? dangerous Drugs law firm

  10. fb88247185表示:

    I go to see day-to-day a few blogs and blogs to read content, except this web site provides quality based articles.

  11. The Motor Vehicle Litigation Success Story You’ll Never Imagine motor vehicle accident law firm

  12. 18 wheeler表示:

    The 10 Most Terrifying Things About 18 Wheeler Accident Lawyers 18 wheeler

  13. bk824465表示:

    Your style is unique in comparison to other folks I have read
    stuff from. Many thanks for posting when you’ve got
    the opportunity, Guess I will just bookmark this web site.

  14. 15 Documentaries That Are Best About Mesothelioma Compensation Mesothelioma claims

  15. Alpha Drive is a popular dietary supplement that is known for its ability to boost energy levels, enhance focus, and improve overall performance.

    Feel free to explore web-site; Alpha Drive Ingredients

  16. Meds information sheet. What side effects?
    can i purchase azelastine without dr prescription
    Best about medication. Get now.

  17. memek cantik表示:

    I like the valuable info you provide in your articles. I’ll bookmark
    your blog and check again here regularly. I’m quite sure I will learn many new stuff right here!
    Best of luck for the next!

  18. slot offers表示:

    What’s The Most Important “Myths” About High Limit Slots Could Actually Be Accurate slot offers

  19. Mack表示:

    With anybody of those Rene Rife wholesale lingerie units your accomplice is sure to fall flat on his again. Try of
    lingerie, costumes and unmentionables that could have your partner craving
    for more. Here at Clovia, you will be selecting the perfect
    one according to your choice. There may be rather a lot more totally different from regular boring
    whites to better of time ill-fitting and riding up the unsuitable
    locations. However a plunging necklines will hinder your from carrying common bra.
    My favorite is the bustiers, they’ve a slimming impact and will present the tuck and elevate important
    to boosting your self-esteem. Accessibility: Whereas privacy is necessary, it’s additionally
    important to store your lingerie in a means that allows
    quick access when it’s essential retrieve them. Chances are you’ll not even need to speak together with your husband
    at the moment but you will definitely really feel
    a bond between you two.

  20. Case Opening表示:

    20 Things You Should ASK ABOUT CS GO Case Battle Before Purchasing It Case Opening

  21. CBD Gummies表示:

    Excellent, what a webpage it is! This website
    provides valuable information to us, keep it up.

  22. Carey表示:

    Hello! I simply would like to offer you a big thumbs up for the excellent information you have here on this post.

    I will be returning to your blog for more soon.

  23. The 10 Most Terrifying Things About Slot Promotions slot promotions – http://dott-comm.com/,

  24. lawsuits表示:

    17 Reasons To Not Ignore Truck Accident Attorneys lawsuits

  25. The 10 Most Terrifying Things About Online Shopping Stores List online Shopping Stores list

  26. v9bet251184表示:

    My brother suggested I would possibly like this blog. He was totally right.
    This post actually made my day. You can not believe just how much time I had spent for this info!
    Thank you!

發佈留言

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