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,672,468 Responses

  1. 10 Tell-Tale Signs You Need To Look For A New Grey Chesterfield Corner Sofa corner chesterfield sofa Fabric

  2. A Step-By-Step Instruction For Private ADHD Diagnosis
    UK private Adhd assessment right To Choose

  3. It’s truly a nice and useful piece of info.
    I am satisfied that you just shared this helpful information with us.
    Please stay us informed like this. Thanks for sharing.

  4. Public statements are essential for spreading
    news about a company’s endeavors. They facilitate news
    organizations to publish the key updates. A thoughtfully designed Press release writing Chicago (https://easybookmark.win/) release may
    seize the attention of journalists, driving favorable media coverage.

    Additionally, media statements function as an official record of details, which media platforms trust.

    By publishing timely media releases, corporations ensure their recognition within the sector, amassing trust while affirming connections with media professionals.

  5. Five Killer Quora Answers To Pod-Making Machines pod-making Machines

  6. www.google.Ki表示:

    Why We Do We Love Item Upgrade (And You Should, Too!) item level upgrade (http://www.google.Ki)

  7. Topsorb.Com表示:

    Ten Reasons To Hate People Who Can’t Be Disproved Situs Terpercaya Situs Togel Terpercaya (Topsorb.Com)

  8. Pretty component to content. I just stumbled upon your website
    and in accession capital to assert that I acquire in fact enjoyed account your weblog posts.
    Anyway I’ll be subscribing in your augment or even I achievement you access persistently quickly.

  9. Howdy this is kind of of off topic but I was wondering if blogs use WYSIWYG
    editors or if you have to manually code with HTML. I’m starting
    a blog soon but have no coding know-how so I wanted to get guidance from someone
    with experience. Any help would be enormously appreciated!

  10. Robertecort表示:

    Как получить, переоформить и продлить лицензию на газовое оружие. Кто может приобрести газовое оружие. Необходимые документы для лицензии на приобретение купить травмат пистолет бульдог

  11. ClydePab表示:

    slot oyunlar? puf noktalar?: slot oyunlar? puf noktalar? – slot siteleri

  12. Medicine information. Effects of Drug Abuse.
    get generic rizatriptan no prescription
    Some trends of medication. Read information here.

  13. tigrinho表示:

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

  14. onexslotsfun表示:

    Для удобного доступа к играм скачайте 1xslots бесплатно на андроид.

  15. Nikefut表示:

    dark web market list darkmarket list deep dark web

  16. Les jeux de Tortuga sont conçus et gérés par les meilleurs fournisseurs du secteur comme NetEnt, Pragmatic Play ou Evolution.

  17. The 10 Most Scariest Things About Titration For ADHD
    Titration for adhd, cs-Upgrade.top,

  18. The 10 Most Terrifying Things About Beans To Coffee Machine beans to Coffee Machine

  19. 10 Startups That’ll Change The Sex Toys Couples Industry For The Better
    sex toys Fir couples

  20. ArnPaish表示:

    You can always find it online and the price of stromectol price uk pills through this specialist low-cost site

  21. 15 Interesting Hobbies That Will Make You Better At Pragmatic Official Website 프라그마틱

  22. IWDPWQI表示:

    BITADOV VAMBQWW FOKQFAQ NYTUZTC
    https://9gm.ru/article?MXPZKU

  23. LarryCoell表示:

    matadorbet.bid matadorbet matadorbet giris

  24. I loved as much as you will receive carried out right here.
    The sketch is tasteful, your authored material stylish.
    nonetheless, you command get bought an edginess over that you wish be delivering the following.

    unwell unquestionably come more formerly again since exactly the same nearly a lot often inside case you shield this hike.

    Feel free to surf to my homepage: เช่าชุดแต่งงาน

  25. Way cool! Some extremely valid points! I appreciate you penning this post and also
    the rest of the site is also really good.

  26. We’re a group of volunteers and opening a new scheme
    in our community. Your web site provided us with valuable information to
    work on. You’ve done a formidable job and our whole community will be thankful
    to you.

    Here is my web-site: online casino deposit bonus, hotgamblingguide.org,

  27. 10 Things We All Love About Fridge Freezer Samsung best Freestanding Fridge
    freezer (Nagievonline.com)

  28. 15 Reasons Why You Shouldn’t Be Ignoring Case Opening Battle Best csgo case Battle sites

  29. Esther表示:

    Say “Yes” To These 5 Bandar Online Togel Tips bandar togel terpercaya, Esther,

發佈留言

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