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,195,954 Responses

  1. Medicines information leaflet. What side effects can this medication cause?
    how to get cheap cardizem prices
    Best trends of medicines. Read here.

  2. Hi it’s me, I am also visiting this site on a regular basis, this web page is really
    fastidious and the people are actually sharing nice thoughts.

  3. JamesAdero表示:

    Welcome to our official website! Go deeper into Paulo Dybala’s https://paulo-dybala.com football career. Discover Dybala’s unforgettable moments, amazing talents and fascinating journey in the world of football on this site.

  4. RockyExold表示:

    Website dedicated to football player Paul Pogba https://pogba-uz.com. Latest news from the world of football.

  5. It’s nearly impossible to find educated people about this topic, however,
    you seem like you know what you’re talking about!

    Thanks

  6. Medicine information for patients. Generic Name.
    where can i get ropinirole price
    Some information about medication. Read information here.

  7. Learn The Treat Anxiety Tricks The Celebs Are Using meds that treat anxiety

  8. BomesJoype表示:

    Lorem Ipsum has been the industry’s standard dummy text https://evafinans.dk/gguzap of type and scrambled it to make a type specimen book.

  9. item620828399表示:

    Fantastic goods from you, man. I have take into accout your stuff prior to
    and you’re just too fantastic. I actually like what
    you have got here, certainly like what you’re saying and the best
    way in which you are saying it. You’re making it enjoyable and
    you still take care of to stay it sensible. I can not wait to learn far
    more from you. This is actually a terrific web site.

  10. 20 Up-And-Comers To Watch In The Malpractice Attorneys
    Industry malpractice law firms

  11. DavidDiest表示:

    The official website where you can find everything about the career of Gianluigi Buffon https://gianluigi-buffon.com. Discover the story of this legendary goalkeeper who left his mark on football history and relive his achievements and unforgettable memories with us.

  12. ремонт стиральных машин в москве адреса http://centr-remonta-stiralnyh-mashin.ru .

  13. AW8 Situs表示:

    Hi there! This article could not be written much better! Reading through this post reminds me of my previous roommate!
    He continually kept talking about this. I’ll forward this post to him.
    Fairly certain he will have a good read. I appreciate you for sharing!

  14. 5 How Much Is A Spare Car Key Instructions From The Professionals http://www.99811760.xyz

  15. Drugs information sheet. Drug Class.
    can i purchase generic finpecia online
    Actual what you want to know about meds. Get information here.

  16. mikrozelenina表示:

    Today, I went to the beachfront with my children. 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 put 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 completely off topic
    but I had to tell someone!

  17. мастерская по ремонту смартфонов мастерская по ремонту смартфонов .

  18. 5611432表示:

    How To Identify The Program Keys For Cars That’s Right For You 5611432

  19. Приветствую. Может кто знает, где найти полезные статьи о недвижимости? Пока нашел https://u-mechanik.ru

  20. elsycrays表示:

    This Is A Guide To Car Locksmith In 2023 elsycrays

  21. Magnificent beat ! I wish to apprentice whilst you amend your web site,
    how could i subscribe for a weblog website? The account aided me a applicable deal.

    I have been a little bit familiar of this your broadcast offered brilliant clear
    concept

  22. 5 Common Phrases About What Is Tiered Link Building You Should Stay Clear Of tier 2 link building

  23. Medicine information for patients. Short-Term Effects.
    order neurontin without a prescription
    Actual trends of medicament. Get information now.

  24. slot表示:

    lgbt porn

  25. I know this site offers quality depending articles and additional material, is there any other site
    which offers such data in quality?

  26. I couldn’t resist commenting. Well written!

  27. Toney表示:

    Orice promotie prezentata pe site este valabila in limita stocului disponibil.

發佈留言

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