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,255 Responses

  1. MarkWat表示:

    Всем привет! Подскажите, где почитатьполезные статьи о займах? Сейчас читаю – avtozaem-moskva.ru

  2. 15 Best Car Seat For Newborn Bloggers You Must Follow Best Car Seat For Newborn

  3. naturally like your web site however you have to check the spelling on quite a few of
    your posts. Many of them are rife with spelling issues and I to find it very troublesome to inform the truth on the other hand I’ll surely come again again.

  4. The college is aimed at unusual infants who suffer from preventive online person. Commander viagra, marque viagra sans prescription, Geosystems. Viagra En Ligne Pharmacie, Magasin en ligne de drogue, Les meilleurs prix. Pharmacie En Ligne Viagra, festival de la imagen. Of things like nitrogen, cialis quelle cialis 5mg vente en ligne pharmacie. Professionnel pharmacie dInde prix du suisse tadalafil, Pharmacie en ligne. Dapoxetine buy online en ligne a bon compte, sinscrire au congr s. Les prix de levitra, levitra 5mg prix, Filosoffen Pharmacie en ligne. Sexual activists of pain.If confusing side is ensured this is mainly the most. https://eurogeneriqueetfrance.com/doxazosin/ Commande Doxazosin Sans Ordonnance

  5. Davidnof表示:

    darknet drug market https://github.com/darkwebwebsites/darkwebwebsites – deep dark web darknet marketplace

  6. Charleskepsy表示:

    no prescription needed pharmacy http://megaindiapharm.com/# Mega India Pharm

  7. The 10 Most Terrifying Things About Construction Containers Construction Containers

  8. WillieRap表示:

    canadian pharmacy world coupons: cheapest prescription pharmacy – canadian pharmacy coupon

  9. Hello there, I discovered your web site by means of Google
    even as looking for a similar topic, your site got here up, it seems great.
    I have bookmarked it in my google bookmarks.

    Hi there, simply was alert to your blog through Google, and found that it’s really informative.
    I’m gonna be careful for brussels. I will appreciate if you
    happen to continue this in future. A lot of other people
    will be benefited from your writing. Cheers!

  10. USP human development hormone (somatropin).

    Also visit my blog … cleaning services calgary

  11. WillieRap表示:

    pharmacy website india: online pharmacy india – MegaIndiaPharm

  12. They have products to offer or solutions to offer.

    my web site – securities legal jobs

  13. They have items to market or services to provide.

    Feel free to surf to my web page roofing ads examples

  14. Davidmoits表示:

    drug mart: drug mart – discount drug mart

  15. MarkWat表示:

    Всем привет! Подскажите, где найтиполезные блоги о кредитах? Сейчас читаю – https://alfa-constructions.ru

  16. Oreton App表示:

    Pretty! This has been an extremely wonderful post.
    Many thanks for providing these details.

  17. Real HGH Benefits (NewULife Hgh Gel Not Checked Yet).

    My webpage … vector animation software

  18. NewULife Ranks. Invite to my NewUlife Evaluation.

    My blog: house cleaning Calgary

  19. Porterfax表示:

    Cheapest online pharmacy Online pharmacy USA online pharmacy delivery usa

  20. Bookmarks表示:

    Real HGH Benefits (NewULife Hgh Gel Not Examined Yet).

    Here is my website; Bookmarks

  21. JacobLoody表示:

    http://vizitnews.ru — vizitnews — ваш надежный партнер в создании кухонного интерьера.

  22. They have items to market or services to use.

    my blog: vector vs raster

  23. Just desire to say your article is as amazing.
    The clarity in your post is just spectacular and i could assume you’re an expert
    on this subject. Fine with your permission allow me to grab your RSS feed to keep
    updated with forthcoming post. Thanks a million and
    please continue the gratifying work.

  24. Bookmarks表示:

    What is New U Life SOMADERM Transdermal Gel.

    Here is my website: Bookmarks

  25. MichaelGeony表示:

    online pharmacy non prescription drugs http://familypharmacy.company/# Best online pharmacy

  26. Davidnof表示:

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

  27. What is New U Life SOMADERM Transdermal Gel.

    my page; securities lawyer nyc

  28. Charleskepsy表示:

    canadian pharmacy world coupon code https://discountdrugmart.pro/# discount drug mart pharmacy

  29. Bookmarks表示:

    They have products to market or services to offer.

    my web blog Bookmarks

發佈留言

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