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,699,573 Responses

  1. Are You Able To Research Sliding Patio Door Repair Online patio glass repair near me

  2. Orion Depp表示:

    Hi there, I enjoy reading through your article post.
    I wanted to write a little comment to support
    you.

    Here is my web-site; Orion Depp

  3. 10 Unexpected Door Panel Upvc Tips Upvc window panels

  4. Why We Our Love For French Door Replacement Near Me (And You Should, Too!) French door repair

  5. Grady表示:

    The 10 Most Scariest Things About Double Glazed Hinges double glazed hinges – Grady,

  6. 15 Best Car Locksmith In Bedfordshire Bloggers You Need To Follow
    best car locksmith in bedfordshire

  7. How Asbestos Attorneys Became The Hottest Trend In 2023 Mesothelioma Attorneys (http://Www.E10100.Com)

  8. Hi there, just became alert to your blog through Google, and found that it is truly informative.
    I’m going to watch out for brussels. I will be grateful if you
    continue this in future. A lot of people will
    be benefited from your writing. Cheers!

  9. Hester Mathis表示:

    Just learned that regular pressure washing can prevent costly repairs later—thanks, Aqua Knight Pressure Washing Service

  10. Ida Massey表示:

    Appreciate the comprehensive advice. For more, visit Hardwood Flooring Austin

  11. 9 . What Your Parents Taught You About Boarding Up Windows Near Me Boarding up Windows near me

  12. вывод из запоя дешево ростов-на-дону вывод из запоя дешево ростов-на-дону .

  13. The Best Way To Explain Asbestos Exposure Litigation To Your Boss Asbestos Lawsuits

  14. HoraceFak表示:

    https://2megagate.sbs – Кракен Официальные Ссылки

  15. hey there and thank you for your information – I have definitely picked up
    something new from right here. I did however expertise a few technical issues using this site, since I experienced to reload the website many times
    previous to I could get it to load correctly.
    I had been wondering if your web host is OK? Not that I’m complaining, but
    slow loading instances times will often affect your placement
    in google and could damage your quality score if ads and marketing with Adwords.
    Well I’m adding this RSS to my email and could look out for a lot more of your respective exciting
    content. Ensure that you update this again very soon. https://CL-System.jp/question/_cours-de-microblading-a-montreal-perfectionnez-vos-competences-en-embellissement-des-sourcils_-101/

  16. HoraceFak表示:

    https://2megagate.sbs – актуальное зеркало кракен

  17. Don Ballard表示:

    Protecting our health from mold should be a priority; great post on how to h Ceiling Water Damage Repair orlando fl damp solving water & mold

  18. Emma Woods表示:

    If you are actually seeking reputable pipes services in Maryville, I highly advise checking out Drain Repair Maryville

  19. 안마表示:

    Wine Tasting 안마

  20. In 2014, a research printed in JAMA Internal Medicine revealed a
    link between Viagra use and a potentially vital risk of latest
    or worsening melanoma. But in the early 1950s Joseph
    discovered that his sister, a schoolteacher, was giving the material
    to her college students to use as modeling dough.
    Expecting the chips would melt into the dough as they cooked, like baker’s chocolate would, she was stunned
    to find that they had instead retained their form, however had been smooth and gooey.

    She later established an agreement with Andrew Nestle of the Nestle Company for
    a lifetime provide of semi-sweet chocolate in exchange for the recipe being printed on the bar’s label.
    In return, the corporate must show publicly in its utility how it created its
    product. If these are experienced, it shouldn’t be taken, You should report these symptoms to your Doctor immediately.
    I use KDE for all tasks discussed above however I must print photos
    in Windows.

  21. This was quite helpful. For more, visit play games online

  22. Louise Watts表示:

    This was quite informative. For more, visit Plumber Near Me

  23. Thanks to my father who told me concerning this web site,
    this weblog is actually remarkable.

  24. 5 Killer Quora Answers To Window And Door Replacement London door Replacement london

  25. find out here表示:

    Fine way of describing, and fastidious article to obtain facts about my
    presentation subject matter, which i am going to convey in college.

發佈回覆給「Trefuye」的留言 取消回覆

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