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,196,923 Responses

  1. 913875表示:

    This Is How Woodburning Stoves Will Look Like In 10 Years’ Time 913875

  2. Hello, I enjoy reading all of your article post.
    I wanted to write a little comment to support you.

  3. Hey I know this is off topic but I was wondering if you knew of any widgets I could
    add to my blog that automatically tweet my newest twitter updates.
    I’ve been looking for a plug-in like this for quite some time and was hoping maybe you would have some experience with something like this.
    Please let me know if you run into anything. I truly enjoy reading your blog and I look forward to
    your new updates.

  4. Hi! Do you know if they make any plugins to help with SEO?
    I’m trying to get my blog to rank for some targeted keywords but I’m not seeing
    very good success. If you know of any please share.
    Thanks!

  5. I have read so many posts on the topic of the blogger lovers but this piece of writing is
    actually a good piece of writing, keep it up.

    Also visit my homepage; the genius wave reviews

  6. Приветствую. Подскажите, где найти разные блоги о недвижимости? Пока нашел https://utc96.ru

  7. betflik 8k表示:

    Hi there to all, it’s really a pleasant for me to go to see this website, it consists of precious Information.

  8. BomesJoype表示:

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

  9. 4452346表示:

    Patio Sectional Sofa Tools To Streamline Your Life Everyday 4452346

  10. Medicament information leaflet. Drug Class.
    cost indomethacin pills
    Some about medicines. Read information here.

  11. Приветствую. Подскажите, где почитать полезные статьи о недвижимости? Сейчас читаю https://utc96.ru

  12. These small-dollar loans are a secure and convenient way
    to stretch your shopping for power when it matters most.

  13. Oscar Reys表示:

    The 10 Most Terrifying Things About Slot Demo Zeus Vs Hades Rupiah Oscar Reys

  14. I simply could not depart your website before suggesting
    that I actually loved the standard info a person provide for your guests?
    Is gonna be back frequently to check out new posts

  15. Ⲩesterday, ѡhile I was at woгk, my sister stole mmy iPad and tested tο ѕee if
    іt cann survive а forty foot drop, jᥙst so shе сan bе a beli view youtube aman sensation. Mу apple ipad іs noᴡ broken аnd
    she has 83 views. I қnow thius іs entirel off topkc ƅut I һad tߋ share it ѡith somеone!

  16. What’s The Ugly Truth About Best American Style Fridge Freezer zackfoxworth.top

  17. My spouse and I stumbled ⲟѵer here cοming frⲟm a differеnt website and thougһt I mіght
    as well check thinggs оut. I like what I sее sο noѡ i am following yօu.
    Look forward to ցoing oveг your web page repeatedly.

  18. seo services表示:

    Hey very cool web site!! Man .. Beautiful .. Wonderful ..
    I will bookmark your blog and take the feeds additionally?
    I am satisfied to find so many helpful information here within the put up, we want develop more techniques on this regard, thank you for sharing.
    . . . . .

  19. WOW just what I was looking for. Came here by searching for Georgian University

  20. 10 Beautiful Images Of Demo Slot Zeus Vs Hades Rupiah http://www.oscarreys.top

  21. Meds information sheet. Brand names.
    cheap macrobid without a prescription
    Some information about medicine. Get information here.

  22. I am not sure where you’re getting your information, but great topic.
    I needs to spend some time learning much more or understanding more.
    Thanks for excellent info I was looking for this information for my mission.

  23. TimothyVep表示:

    Latest news and information about Marcelo https://marselo-uz.com on this site! Find Marcelo’s biography, career, game stats and more.

  24. Edda Fay表示:

    20 Trailblazers Leading The Way In Childrens Bunk Bed Edda Fay

  25. Briantes表示:

    Здравствуйте!
    Приобрести диплом о высшем образовании.
    Наша компания предлагает приобрести диплом высокого качества, который не отличить от оригинального документа без использования специального оборудования и квалифицированного специалиста.
    Где купить диплом специалиста?
    http://sadcr.listbb.ru/viewtopic.php?f=53&t=335
    Успешной учебы!

發佈留言

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