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,228,851 Responses

  1. Hello, just wanted to mention, I enjoyed this blog post.

    It was practical. Keep on posting!

  2. I really like what you guys are up too. This kind of clever work
    and reporting! Keep up the wonderful works guys I’ve added you guys to
    blogroll.

  3. discuss表示:

    Hey there are using WordPress for your site platform? I’m new to the blog world but I’m trying to get started and create
    my own. Do you need any coding expertise to make your own blog?
    Any help would be really appreciated!

  4. What’s up to all, how is the whole thing, I think every
    one is getting more from this web page, and your views are nice
    in favor of new users.

  5. You actually make it seem really easy together with your presentation but I find this
    topic to be really one thing that I believe I would never understand.
    It kind of feels too complex and very broad for me.
    I’m taking a look ahead on your next put up, I will try to get
    the grasp of it!

  6. SEO表示:

    Indem SEO Marketing sehr nachhaltig ist und sich gut so ziemlich Unternehmensgröße und Strategie anpassen lässt,
    ist diese Disziplin insbesondere für junge Unternehmen interessant, die sich im Markt etablieren möchten. Aber auch Unternehmen, die stets auf Neukunden angewiesen sind, sollten SEO Marketing betreiben. SEO Marketing ist geregelt des Online Marketing eine relevante
    Größe mehr Umsatz zu erzeugen. SEO Marketing
    ist für alle Unternehmen hilfreich, deren Kern-Zielgruppe vernünftig der Customer Journey für die Informations- oder Kaufphase Suchmaschinen nutzen. Für wen ist SEO Marketing sinnvoll?

    Somit ist SEO Marketing sicherlich für alle E-Commerce Anbieter relevant, da langfristig Traffic, der über SEO Marketing zustande kommt, günstiger
    ist als Traffic, der über Suchmaschinenwerbung (SEA) Maßnahmen generiert wird.
    Mithilfe von SEO Marketing und einer spezifischen Fachexpertise können so Interessenten aufmerksam
    gemacht werden. SEO Marketing ist auch für Freiberufler oder Fachspezialisten interessant,
    die sich positionieren und ein Themenfeld sauber
    besetzen müssen. Auch im B2B Marketing spielt SEO eine große Rolle, da auch im
    Businessumfeld Suchmaschinen intensiv genutzt werden, um sich über Lösungen zu informieren, Anbieter
    zu identifizieren und Anfragen auszulösen.

  7. It’s remarkable in favor of me to have a website,
    which is helpful in support of my knowledge. thanks admin

  8. www.fcc.gov表示:

    I have been browsing online more than 3 hours lately, but I never found
    any fascinating article like yours. It’s lovely worth enough for me.
    In my opinion, if all webmasters and bloggers
    made just right content material as you probably did, the internet will probably be much more helpful than ever before.

  9. More表示:

    It is estimated that Americans digest at a much faster charge compared to the remaining world.
    In line with the Sierra Membership, biggest grassroots environmental
    firm in the United States, the typical American buys 53 instances
    as many products as some one in China. Consequently, the total amount of room Americans involve shows to
    come at reasonably limited these days. With a range of objects gathered with time,
    it’s no wonder that the usage of storage devices and junk collection services have seen a
    rise running a business within the last few decade.For individuals or business homeowners looking to cope with space-related quandaries, you can find affordable answers to counteract
    the demand for space in tight areas. Portable storage, portable office and lightweight storage and company appliance rentals are
    space-saving options that can prove to be worthwhile for your home or business.For organization homeowners, lightweight storage containers can help
    perform the work of traditional home storage devices, with the convenience
    of having it on area, and fees less. Company homeowners and
    also house homeowners with open space at/near company or house must look into a storage box rental which
    come in a variety of shapes and measurements, are extremely protected, and may even protect the items inside from serious weather conditions.
    These storage items do not incur a property tax price, and generally do not need shortened bill rounds or liability waiver
    fees.

  10. I visited multiple web pages except the audio feature for audio songs current at this website is in fact wonderful.

  11. Pretty portion of content. I just stumbled upon your blog and in accession capital to say that I acquire actually
    loved account your weblog posts. Any way I will be subscribing on your feeds or
    even I fulfillment you get right of entry to
    persistently rapidly.

  12. Howdy! I simply would like to give you a big thumbs up for your great information you have here
    on this post. I will be coming back to your site for more soon.

  13. I have been surfing online more than 2 hours today, yet I never
    found any interesting article like yours.
    It’s pretty worth enough for me. Personally, if all website owners and bloggers made good content
    as you did, the internet will be a lot more useful than ever
    before.

  14. Article writing is also a excitement, if you be acquainted with after that you can write or else it is difficult to
    write.

  15. notes.io表示:

    These are truly wonderful ideas in about blogging. You have touched some
    fastidious factors here. Any way keep up wrinting.

  16. My brother suggested I might like this blog. He was totally right.
    This post actually made my day. You can not imagine simply
    how much time I had spent for this info! Thanks!

  17. Hey would you mind stating which blog platform you’re working with?
    I’m planning to start my own blog in the near future but I’m having a tough time deciding between BlogEngine/Wordpress/B2evolution and Drupal.
    The reason I ask is because your layout seems different then most blogs
    and I’m looking for something completely unique.
    P.S Sorry for getting off-topic but I had to ask!

  18. Hey I am so thrilled I found your blog page, I really found you
    by accident, while I was browsing on Aol for something
    else, Nonetheless I am here now and would just
    like to say thanks a lot for a remarkable post and a all round thrilling blog (I also love the
    theme/design), I don’t have time to look over it all at the
    moment but I have bookmarked it and also added in your RSS feeds, so when I
    have time I will be back to read much more, Please do keep up the great
    b.

  19. Hi there Dear, are you truly visiting this
    website regularly, if so after that you will definitely obtain pleasant knowledge.

  20. Pretty nice post. I just stumbled upon your blog and wanted to say that I have really enjoyed browsing your blog posts.
    After all I’ll be subscribing to your feed and I hope you write
    again very soon!

  21. I like what you guys are up too. This type of clever work and coverage!
    Keep up the very good works guys I’ve you guys to blogroll.

  22. What’s up everybody, here every one is sharing
    these knowledge, thus it’s good to read this webpage, and
    I used to pay a visit this blog all the time.

  23. inqura.net表示:

    Hi there to every one, the contents present at this web site are actually amazing for people experience, well, keep up the good
    work fellows.

  24. Today, I went to the beach front with my kids. I found a sea shell and gave
    it to my 4 year old daughter and said “You can hear the ocean if you put this to your ear.” She placed the shell to her ear
    and screamed. There was a hermit crab inside and it pinched her
    ear. She never wants to go back! LoL I know this
    is totally off topic but I had to tell someone!

  25. 500px.com表示:

    Thank you for any other informative website.
    The place else may I get that kind of info written in such a perfect manner?
    I have a undertaking that I’m simply now running on,
    and I’ve been on the glance out for such information.

  26. You actually make it appear really easy with your presentation however I in finding this matter to be actually one thing that I
    feel I would never understand. It seems too complex and very vast for me.
    I am looking ahead for your subsequent submit, I will try to get the dangle of it!

  27. I got this website from my friend who told me about this web page and at the moment
    this time I am browsing this web site and reading very
    informative articles or reviews here.

  28. kassen rollen表示:

    Sie sind auf der Suche nach einem zuverlässigen Lieferanten für Bonrollen, Thermoetiketten oder Bewirtungsbelege?
    Nicht nur in Sachen Vielfalt kann unser Sortiment überzeugen, auch wenns rund Qualität geht, sind Sie hier bestens beraten. Wir bieten Ihnen ein besonders umfangreiches Sortiment an erstklassigen Thermorollen, Thermoetiketten und Belegen,
    die Sie in den unterschiedlichsten Bereichen einsetzen können. In unserem Sortiment
    finden Sie deshalb nur BPA-freie Thermorollen renommierter Hersteller.

    Alle Artikel, die wir Ihnen anbieten, werden ausschließlich in Deutschland hergestellt.

    Ein Kauf auf Rechnung ist schon der ersten Bestellung möglich.
    Ohne Mindestbestellwert können Sie hier zu
    Lande auch kleinere Mengen bestellen. Wenn Sie die gleichen Produkte Doppelt bestellen wollen, können Sie zudem die praktische Wiederbestellfunktion nutzen und sich als Bestandskunde zahlreiche Vorteile sichern. Dann lassen Sie sich doch von unseren kompetenten Mitarbeitern beraten. Sie wissen nicht, welche Thermorolle
    sich gut beraten sein für Ihr System eignet?
    Sehen Sie sich in unserem Shop um und finden Sie die passenden Rollen für
    Ihren Betrieb.

  29. Do you have a spam problem on this blog; I also am a blogger, and I was wanting to know
    your situation; many of us have developed some nice practices and we are looking to
    trade methods with others, please shoot me an email if interested.

發佈留言

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