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,229,393 Responses

  1. Michaelcew表示:

    https://canadaph24.pro/# canadian online drugstore

  2. What’s The Current Job Market For Backlink Building Software Professionals Like?
    backlink building Software

  3. Marcelabelp表示:

    https://indiaph24.store/# indianpharmacy com

  4. xxx表示:

    I do not қnow iif it’ѕ јuiѕt me oг if everyone else experiencing
    issues with your sіte. It aplpears as though some
    of the wгitten text on your content are running off the screen. Can someone еlse pleas cߋmment
    annd leet me know iif this is hapρening to them as well? This could be a iѕsue witgh my internet browser becaᥙse I’ve had this happen before.
    Cheeгs

  5. You’ll Never Guess This Treadmill Sale UK’s Tricks Treadmill
    Sale Uk (0522565551.Ussoft.Kr)

  6. Rickysem表示:

    rate canadian pharmacies Large Selection of Medications from Canada canadian pharmacy price checker

  7. 15 Top Documentaries About Prada Bag Crossbody Prada Bags Tote

  8. Cases表示:

    What Is Case Battle CSGO And Why Is Everyone Dissing It?
    Cases

  9. Rickysem表示:

    online canadian pharmacy legit canadian online pharmacy ordering drugs from canada

  10. 10 Windows And Doors Leeds Tricks All Pros Recommend Double glazed door repair leeds

  11. This design is spectacular! You most certainly know how to keep a reader
    amused. Between your wit and your videos, I was almost moved
    to start my own blog (well, almost…HaHa!) Great job.
    I really loved what you had to say, and more than that, how you
    presented it. Too cool!

  12. 10 Factors To Know About Double Glazed Window Replacement Near Me You
    Didn’t Learn At School handle for double Glazed window

  13. Door Fitters Luton: It’s Not As Difficult As You Think
    Windows And Doors Near Me

  14. The 9 Things Your Parents Taught You About Upvc
    Window Repairs upvc window Repairs

  15. Marcelabelp表示:

    http://canadaph24.pro/# canadian pharmacy antibiotics

  16. See What Replacement Key For Car Tricks The Celebs Are Making Use Of
    replacement key For car

  17. Marcelabelp表示:

    https://canadaph24.pro/# best canadian online pharmacy

  18. prostitution表示:

    Hey! Do you know if they make any plugins to safeguard against hackers?
    I’m kinda paranoid about losing everything I’ve worked hard on. Any tips?

  19. Michaelcew表示:

    https://mexicoph24.life/# mexican pharmaceuticals online

  20. Pedroereva表示:

    buying prescription drugs in mexico: Online Pharmacies in Mexico – mexican online pharmacies prescription drugs

  21. rtp kasih4d表示:

    Right away I am going to do my breakfast, later than having my breakfast coming again to read additional news.

  22. wolfers.Co.kr表示:

    A Relevant Rant About Mesothelioma Claim mesothelioma lawsuit (wolfers.Co.kr)

  23. Olen表示:

    The 10 Most Terrifying Things About Car Accident Claim car
    accident lawsuits – Olen,

  24. Marcelabelp表示:

    https://canadaph24.pro/# my canadian pharmacy reviews

  25. Wolfers.Co.Kr表示:

    Are The Advances In Technology Making 10kg Washing Machine Price Better
    Or Worse? 10Kg Washing Machine Price [Wolfers.Co.Kr]

  26. You’re so cool! I don’t suppose I’ve truly read through something like this before.
    So wonderful to find another person with a few genuine thoughts on this subject matter.

    Really.. many thanks for starting this up. This website is something that is needed on the internet, someone with a bit of originality!

  27. With Unlock The Scrambler
    her Legs we flip the scenario and get her to hunt your validation. Exhibiting Energy: When you get any kind of opening
    with a girls it’s important take administration of the situation and
    let her know that you’re in price. However moreover they acknowledge that guys must have intercourse with
    lovely ladies and that is why they’ve developed system referred to because
    the Scrambler methodology which if utilized precisely
    is a extremely worthwhile method of getting lovely girls into mattress.

    This system is delivered in a reliable and
    shortly usable method. The creators of this
    system are courting specialists Rob Choose and Bobby Rio; they help coach males to boost their courting experience.
    The scrambler methodology teaches you the strategies to be a winner
    throughout the courting topic. In a broader sense, anybody can use this program as an exquisite relationship and courting handbook.

    While you come all through as mysterious and should create just a little bit of uncertainty about your
    self this can preserve her pondering and it’ll maintain her curiosity in you.

  28. Rickysem表示:

    purple pharmacy mexico price list mexico pharmacy п»їbest mexican online pharmacies

  29. 10 Mistaken Answers To Common Online Shopping Sites Questions: Do You Know The Right Ones?
    Mahle Air Filters

發佈留言

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