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,523,724 Responses

  1. Howdy! I just wish to give you a big thumbs up for your great info you
    have right here on this post. I will be returning to your web site for more soon.

  2. 1win_puOa表示:

    1 win официальный сайт вход [url=www.fabc.com.kg/]www.fabc.com.kg/[/url] .

  3. Davidnof表示:

    dark market url https://github.com/darkwebwebsites/darkwebwebsites – deep web drug url deep web markets

  4. Charleskepsy表示:

    canada online pharmacy no prescription https://easycanadianpharm.shop/# best canadian pharmacy online

  5. Margahect表示:

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

  6. Pharmacie en ligne viagra canada, Niewidzialne Dzieci. The L of nowhere works XIX further cialis pharmacie en ligne throughout of. Pharmacie En Ligne Viagra, USA, Canada, UK, Weak viagra, Fda. Commander cialis en ligne, viagra cialis prix, Munktellsciencepark. Les prix de viagra, viagra pharmacie suisse, Petrochemistry. PharmacieMontplaisir.com, Pharmacie et Parapharmacie en ligne. Picturing Evolution and Extinction: Regeneration and Degeneration, Google Books Result. Cialis en ligne, cialis dInde aucune prescription, Tijdschriftraster. Ayez besoin dun produit ce, t disn dans le site? Appelez les USA, Pharmacie. https://eurogeneriqueetfrance.com/desyrel/ Achat Desyrel Pharmacie

  7. mostbet_hdpa表示:

    мостбет кыргызстан мостбет кыргызстан .

  8. mostbet_expa表示:

    мостбет личный кабинет gtrtt.com.kg .

  9. The 9 Things Your Parents Teach You About Darling Hahns Macaw Darling hahns macaw

  10. Davidmoits表示:

    xxl mexican pharm: xxl mexican pharm – xxl mexican pharm

  11. Porterfax表示:

    best online pharmacy india MegaIndiaPharm MegaIndiaPharm

  12. 1win_zeOa表示:

    1win партнёрка [url=https://fabc.com.kg]https://fabc.com.kg[/url] .

  13. MichaelGeony表示:

    canada online pharmacy no prescription https://megaindiapharm.com/# india pharmacy

  14. How Online Casinos Are a Global Phenomenon

    Internet-based gambling hubs have changed the gaming market, providing an unmatched level of user-friendliness and breadth that physical casinos don’t provide. In recent years, a vast number of enthusiasts around the world have chosen the adventure of internet-based gaming because of its always-open nature, appealing qualities, and ever-expanding game libraries.

    One of the biggest attractions of online casinos is the vast selection of gaming experiences provided. Whether you enjoy interacting with retro slot machines, playing through narrative-rich visual slot games, or exercising tactics in traditional table offerings like Blackjack, online platforms deliver countless possibilities. A large number of platforms also introduce live dealer games, giving you the chance you to engage with professional croupiers and co-players, all while taking in the realistic feel of a land-based casino without leaving your home.

    If you’re unfamiliar with the world of virtual casino play or would like to discover reliable sites, why not join our lively gaming forum? It’s a place where fans offer stories, helping you to improve your online casino experience. Join the connections and visit us now: bet sport 22

    Beyond variety, digital casino services stand out constant connectivity.

  15. Effie表示:

    See What Adult Toys For Couples Tricks The Celebs Are Using adult toys for couple – Effie,

  16. WillieRap表示:

    xxl mexican pharm: mexican online pharmacies prescription drugs – xxl mexican pharm

  17. Charleskepsy表示:

    canada online pharmacy no prescription http://xxlmexicanpharm.com/# pharmacies in mexico that ship to usa

  18. hello there and thank you for your information – I’ve definitely picked up something new from right here.

    I did however expertise some technical issues using this site, since I
    experienced to reload the website many times previous to I could get it to load properly.
    I had been wondering if your web hosting is OK?
    Not that I am complaining, but sluggish loading instances times will
    often affect your placement in google and can damage your quality score if ads and marketing with Adwords.

    Anyway I am adding this RSS to my email and could look out for a
    lot more of your respective fascinating content. Make
    sure you update this again very soon.

  19. MichaelGeony表示:

    canada online pharmacy no prescription https://easycanadianpharm.shop/# easy canadian pharm

  20. 1win_tmOa表示:

    1 вин официальный сайт вход https://www.fabc.com.kg .

  21. terapia表示:

    Greetings! I’ve been reading your webxite for a
    long time now and finally got the courage to go ahead and give you
    a shout out from Huffman Tx! Just wanted to mention keep up the fantastic
    work!

發佈留言

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