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,419,980 Responses

  1. HeathZex表示:

    trouver un mГ©dicament en pharmacie: pharmacie en ligne france livraison internationale – pharmacie en ligne france fiable

  2. There are numerous areas to locate t shirt design apps free-shirt
    styles.

  3. Bookmarks表示:

    Typeography TShirt Design Instance Bootstrapping.

    Here is my web blog – Bookmarks

  4. Bookmarks表示:

    Let me show you in my evaluation of NewULife.

    My page – Bookmarks

  5. Will Upvc Window Repairs Ever Be The King Of The World?

    upvc window repairs near me

  6. Bookmarks表示:

    They have products to offer or services to use.

    Here is my site … Bookmarks

  7. Drag competing tshirt by dxterity styles on instagram.

    my blog post … t shirt design template pdf

  8. NewULife Ranks. Welcome to my NewUlife Testimonial.

    Here is my page … purpose of foundation Makeup

  9. Authentic HGH Perks (NewULife Hgh Gel Not Examined Yet).

    my website :: purpose of foundation makeup

  10. A synthetic USP human development hormonal agent (somatropin).

    My web blog – nib meaning in construction

  11. HeathZex表示:

    trouver un mГ©dicament en pharmacie: Cialis sans ordonnance pas cher – vente de mГ©dicament en ligne

  12. An artificial USP human development hormone (somatropin).

    Also visit my web page replacement windows in waco texas

  13. Stephengen表示:

    https://pharmaciepascher.pro/# pharmacie en ligne sans ordonnance

  14. bookmarks表示:

    What is New U Life SOMADERM Transdermal Gel.

    Visit my blog; bookmarks

  15. Bookmarks表示:

    Drag racing tshirt by dxterity designs on instagram.

    Stop by my blog … Bookmarks

  16. bokep表示:

    Hello to every body, it’s my first go to see of this weblog; this website includes amazing and genuinely good stuff in support of readers.

  17. NewULife Ranks. Welcome to my NewUlife Evaluation.

    Here is my web site – vigabatrin ocular side effects

  18. Genuine HGH Rewards (NewULife Hgh Gel Not Examined Yet).

    my blog … Sabril brand Name

  19. Charlesrab表示:

    pharmacie en ligne fiable Cialis sans ordonnance 24h vente de mГ©dicament en ligne

  20. Real HGH Perks (NewULife Hgh Gel Not Checked Yet).

    My webpage; vigabatrin Ophthalmology side Effects

  21. Allow me show you in my testimonial of NewULife.

    Also visit my blog post: how much does vigabatrin cost

  22. Best Strategies to Win in Sweet Bonanza Maximize your chances of winning in Sweet Bonanza with our expert strategies. Learn how to manage your bets and when to activate bonus features for optimal returns.
    slot bonanza

  23. Johnnymet表示:

    Medication resource here. Latest medication developments.
    where to buy valtrex online
    Get drug details. Get drug facts.

  24. Bookmarks表示:

    They have products to offer or services to provide.

    Here is my website – Bookmarks

  25. Stephengen表示:

    https://clssansordonnance.icu/# п»їpharmacie en ligne france

  26. Bookmarks表示:

    Designers from around the globe pitch you concepts.

    My blog Bookmarks

  27. Allow me show you in my testimonial of NewULife.

    Feel free to surf to my webpage … nib makeup foundation

  28. Bookmarks表示:

    Allow me show you in my evaluation of NewULife.

    Check out my blog post – Bookmarks

  29. Individuals use tee shirts to do everything: Stroll the canine.

    Review my web blog … t shirt design app for ipad

  30. Stephengen表示:

    http://pharmaciepascher.pro/# pharmacie en ligne sans ordonnance

發佈留言

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