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,673,220 Responses

  1. DavidRop表示:

    Opened up an enthralling read – I’d like to share it with you https://kupit-medknigki-v-ryazanii.ru/user/jamittzqbg

  2. таким же образом вводится 1хбет промокод на фрибет.

    Feel free to visit my web page: https://argayash.com/pag/1xbet_kazino_promokod.html

  3. Folding Electric Power Wheelchair Tools To Ease Your Daily Lifethe One Folding Electric
    Power Wheelchair Trick That Every Person Must Know Folding electric power wheelchair

  4. Informative article, exactly what I wanted to find.

  5. I quite like looking through an article that will make people think.

    Also, many thanks for allowing me to comment!

  6. 新竹外燴表示:

    https://catering18.b-cdn.net/research/catering18-(57).html
    We are picturing this fantastically embroidered gown for a yard or backyard marriage ceremony set among romantic flowers and wealthy greenery.

  7. Spot on with this write-up, I honestly think this amazing site needs a great deal more attention. I’ll
    probably be returning to see more, thanks for the
    advice!

  8. Arnoldten表示:

    mexican border pharmacies shipping to usa mexican border pharmacies shipping to usa mexican mail order pharmacies

  9. 會計師表示:

    https://ya-4545-8.s3.us-east-005.backblazeb2.com/company-registration-and-data-protection.html
    The safest bet is for the mother of the bride to wear an analogous color to the bridesmaids to remain on-theme.

  10. 슈어맨表示:

    As ffor horse racing and greyhounds, you’ll want to spot a minimum
    bet to benefit.

    Here is my web-site :: 슈어맨

  11. You’ll Never Guess This Cerebral Palsy Case’s Tricks Cerebral palsy

  12. WayneCoirl表示:

    mexican online pharmacies prescription drugs: medication from mexico pharmacy – reputable mexican pharmacies online

  13. 5611432表示:

    15 Up-And-Coming Car Key Program Near Me Bloggers You Need
    To See 5611432

  14. DominicJaw表示:

    buying prescription drugs in mexico online: best online pharmacies in mexico – buying from online mexican pharmacy

  15. Medicines prescribing information. What side effects can this medication cause?
    where can i get generic sinemet no prescription
    Actual information about pills. Get now.

  16. Nelsonbluck表示:

    reputable mexican pharmacies online: п»їbest mexican online pharmacies – buying prescription drugs in mexico online

  17. Nelsonbluck表示:

    mexico drug stores pharmacies: reputable mexican pharmacies online – mexico pharmacies prescription drugs

  18. 10 Things That Your Family Taught You About Upvc Window Repairs Near Me upvc window repairs Near me

  19. Currently it looks like Expression Engine is the preferred
    blogging platform available right now. (from what I’ve read) Is that
    what you’re using on your blog?

  20. Natalie表示:

    For hottest information you have to pay a visit web and on the web I found this web page as a best
    web page for hottest updates.

  21. Buster表示:

    You’ll Never Be Able To Figure Out This Teenager Loft Bed’s Benefits teenager loft bed, Buster,

  22. Hi there, I found your site by means of Google while searching for a similar subject, your site
    got here up, it looks great. I have bookmarked it in my google bookmarks.

    Hi there, just became aware of your weblog via Google, and located that it’s
    truly informative. I’m gonna watch out for
    brussels. I will be grateful when you continue this in future.
    Many people will be benefited out of your writing.
    Cheers!

  23. Arnoldten表示:

    mexican drugstore online buying prescription drugs in mexico online mexico pharmacy

  24. 登記工商表示:

    https://accounting028.netlify.app/research/accounting028-(253)
    The greatest mother of the bride clothes fill you with confidence on the day and are comfy enough to wear all day and into the evening.

  25. 12 Stats About Double Glazed Windows Leeds To Inspire You To Look More Discerning Around
    The Cooler Water Cooler leeds double glazing repairs

  26. The Top Reasons Why People Succeed In The Couches For Sale Industry dark grey couch

  27. What Is The Secret Life Of Assessing Adhd In Adults Adult Adhd Assessment Scotland

  28. JamesGonee表示:

    Сертификат соответствия ИСО 9001 – документ, который выдается по результатам экспертной проверки и подтверждает, что система менеджмента качества (СМК) организации соответствует международному стандарту SO 9001 https://www.sostav.ru/blogs/30357/41792

  29. https://drbo10b.z1.web.core.windows.net/research/drbo10b-(429).html
    This embellishment on this gorgeous dress provides a contact of magic perfect for any winter wedding.

  30. DominicJaw表示:

    mexico pharmacies prescription drugs: medication from mexico pharmacy – mexican online pharmacies prescription drugs

發佈留言

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