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,452,167 Responses

  1. CurtisBam表示:

    Best online Indian pharmacy: Indian pharmacy international shipping – Indian pharmacy that ships to usa

  2. ip stresser表示:

    Thx! I can’t wait to use it. Visit my site: ip stresser

  3. CurtisBam表示:

    canadianpharmacyworld: Canadian Md Pharm – canadian family pharmacy

  4. вывод из запоя в наркологическом стационаре самары vyvod-iz-zapoya-v-stacionare-samara23.ru .

  5. Someone essentially assist to make seriously posts I’d state.
    That is the first time I frequented your web page and thus far?
    I surprised with the research you made to make this particular put up amazing.

    Excellent job!

  6. CurtisBam表示:

    Best Indian pharmacy: Online medicine – Online medicine

  7. Ahaa, itts pleasant discussion ɑbout tһis piece of writing ɑt thiѕ plaϲe at
    this webpage, I have read all that, so now me аlso commenting at this placе.

    Review my website – Các loại đồng hồ nữ cao cấp

  8. вывод из запоя в стационаре нижнего новгорода https://vyvod-iz-zapoya-v-stacionare23.ru .

  9. The 10 Most Terrifying Things About Tallula Indigo Park Mollie Macaw Tallula indigo Park mollie Macaw

  10. Rickyalies表示:

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

  11. What Is Asbestos Attorney Lawyer Mesothelioma? And How
    To Use It Mesothelioma Lawsuits

  12. Brandonnot表示:

    canadian pharmacy com: CanadianMdPharm – pharmacy canadian superstore

  13. 水淼aqua表示:

    Hey there! 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?

  14. Brandonnot表示:

    Best Indian pharmacy: п»їlegitimate online pharmacies india – Indian Cert Pharm

  15. When I originally left a comment I appear to have clicked on the -Notify me when new comments are
    added- checkbox and now each time a comment is added I
    get four emails with the exact same comment. Is there a way you can remove me from that service?
    Thanks a lot!

  16. Brandonnot表示:

    reputable mexican pharmacies online: Mexican Easy Pharm – buying from online mexican pharmacy

  17. Важно! Если вы стали жертвой мошенников, не отчаивайтесь.
    Мы поможем вам подать жалобу и вернуть справедливость.
    Ваш опыт может спасти других от подобных
    нападений. Присоединяйтесь к нам, делитесь
    информацией и вместе мы победим мошенничество!
    Не дайте обманщикам уйти безнаказанно!

    перевел деньги мошенникам

  18. Brandonnot表示:

    Indian pharmacy that ships to usa: Best Indian pharmacy – indian pharmacy

  19. CurtisBam表示:

    Mexican Easy Pharm: pharmacies in mexico that ship to usa – mexican mail order pharmacies

  20. CurtisBam表示:

    buying prescription drugs in mexico online: mexican online pharmacies prescription drugs – mexican mail order pharmacies

  21. MPOBIG slot表示:

    Having read this I thought it was really informative.
    I appreciate you finding the time and effort to put this short article
    together. I once again find myself personally spending a lot of time both reading and commenting.
    But so what, it was still worth it!

    Also visit my web blog MPOBIG slot

  22. Biowin69表示:

    Good post. I learn something new and challenging on blogs I stumbleupon every day.
    It’s always exciting to read through articles from other writers and use a little something from their websites.

發佈留言

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