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...

913,901 Responses

  1. Ramona表示:

    Volvo Keyfob: It’s Not As Difficult As You Think how to open volvo truck
    door without key – Ramona

  2. Five Killer Quora Answers On Coffee Machine For Beans coffee Machine for beans (http://www.mazafakas.com)

  3. The No. 1 Question Anyone Working In Double
    Glazing Fitters Near Me Should Be Able Answer Double glazing installers

  4. The 10 Scariest Things About Lightweight Automatic Folding Mobility Scooters Lightweight Automatic Folding Mobility Scooter

  5. 5 Killer Quora Answers To Rabbit Toy Adult rabbit toy adult

  6. How To Become A Prosperous Mesothelioma Settlement Even If You’re Not Business-Savvy Asbestos Litigation [Gurye.Multiiq.Com]

  7. The Most Effective Advice You’ll Ever Receive About Double Glazing Repairs Near Me double glazing near Me

  8. upvc表示:

    10 Unexpected Windows Near Me Tips upvc

  9. 9 Lessons Your Parents Teach You About Window Sash Replacement
    window Sash Replacement

  10. vo_ntorg_flot表示:

    Воєнторг
    9. Оптика и прицелы для охоты и стрельбы
    тактичні рукавиці https://voentorgklyp.kiev.ua/odyag/rukavychky/ .

  11. Hi there to every body, it’s my first go to see of this
    web site; this web site carries remarkable and genuinely good stuff in favor of visitors.

  12. Please let me know if you’re looking for a author for your weblog.
    You have some really good articles and I feel I
    would be a good asset. If you ever want to take some of the load off,
    I’d love to write some content for your blog in exchange for a link back to mine.
    Please blast me an email if interested. Many thanks!

  13. What Is The Reason Kids Bunkbed Is The Right Choice For You?
    best Kids Bunkbeds

  14. I think that is one of the so much important information for me.
    And i am glad studying your article. But wanna remark
    on few common things, The web site style is perfect, the articles is really nice : D.
    Good process, cheers

  15. You’ll Never Be Able To Figure Out This Window Repair Near
    Me’s Tricks Window Repair Near Me (Abildgaard-Crowder.Federatedjournals.Com)

  16. How To Identify The Fridge Freezer On Sale That’s Right For You smallest fridge With freezer

  17. What’s up friends, its wonderful post on the topic
    of teachingand entirely defined, keep it up all the time.

  18. Comprehensive List Of Mesothelioma Settlement Dos And Don’ts Mesothelioma Lawsuit

  19. Appreciation to my father who informed me regarding this blog,
    this blog is actually amazing.

  20. Touche. Sound arguments. Keep up the great effort.

  21. I have been surfing online more than three hours
    today, yet I never found any interesting article like yours.
    It is pretty worth enough for me. In my view, if all web owners and bloggers made good
    content as you did, the web will be much more useful than ever before.

  22. Hi there just wanted to give you a brief
    heads up and let you know a few of the images aren’t loading properly.
    I’m not sure why but I think its a linking issue.
    I’ve tried it in two different web browsers and both show the same outcome.

  23. HCG Diet表示:

    Woah! I’m really loving the template/theme of this site.
    It’s simple, yet effective. A lot of times it’s very hard to get
    that “perfect balance” between user friendliness and visual appearance.

    I must say that you’ve done a fantastic job with this.
    Also, the blog loads extremely fast for me on Firefox.
    Exceptional Blog!

    Also visit my webpage :: HCG Diet

  24. 20 Trailblazers Setting The Standard In Repair Upvc Window upvc window repairs

  25. The Reason Why Car Locksmith Is Much More Hazardous Than You Think Mobile Car locksmiths Near me

  26. 10 Things That Everyone Is Misinformed About The Word “Glass Repair Leeds”
    french door repairs Leeds

  27. You’ll Never Guess This Scooters Mobility For Sale’s Benefits Scooters Mobility For Sale

  28. How Dreame L30 Has Changed The History Of Dreame L30 dreame l30 ultra

  29. A Guide To Double Glazed Windows Near Me In 2023 Wooden Windows Double Glazed

發佈留言

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