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,417,250 Responses

  1. Allow me show you in my review of NewULife.

    Feel free to surf to my website; nib makeup foundation

  2. Bookmarks表示:

    XYGENYX, a licensing business for FDA-registered products.

    Also visit my web-site – Bookmarks

  3. 40 Instances of Bonus Cool TShirt Styles Lava360.

    My blog; t shirt design app for ipad

  4. Bookmarks表示:

    We make every effort to be the very best accident lawyer Tampa florida.

    Check out my webpage – Bookmarks

  5. Allow me reveal you in my evaluation of NewULife.

    Also visit my web blog: nib Foundation Nz

  6. High quality tees and superb print top quality.

    My web-site; t shirt design template free download

  7. They have products to offer or services to use.

    Also visit my web blog; Sabril Brand Name

  8. Charlesrab表示:

    pharmacie en ligne pas cher Cialis sans ordonnance pas cher vente de mГ©dicament en ligne

  9. Bookmarks表示:

    In this situation, the life insurance business’s loan.

    Also visit my homepage :: Bookmarks

  10. Violet表示:

    15 . Things That Your Boss Would Like You To Know You Knew About Three
    Wheeler Pushchair 3 wheel pushchair with car seat, Violet,

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

    Here is my website: rems product list

  12. Typeography TShirt Style Instance Bootstrapping.

    Here is my blog :: t shirt design app iphone

  13. The bigger Slim battery, fantastic for longer runtimes.

    Here is my blog :: Foil Drive Assist Max

  14. That is really fascinating, You’re an overly skilled blogger.
    I’ve joined your feed and stay up for searching for more of your excellent post.
    Additionally, I’ve shared your site in my social networks

  15. Let me show you in my testimonial of NewULife.

    my web site – pump repair companies

  16. Stephengen表示:

    http://pharmaciepascher.pro/# pharmacie en ligne france fiable

  17. The bigger Slim battery, wonderful for longer runtimes.

    my web blog :: foil drive assist max

  18. A synthetic USP human development hormone (somatropin).

    Have a look at my homepage: is foundation necessary in makeup

  19. Typeography TShirt Style Instance Bootstrapping.

    Feel free to visit my web page t shirt design app iphone

  20. A synthetic USP human growth hormonal agent (somatropin).

    Feel free to surf to my webpage: vigabatrin rems patient enrollment form

  21. HeathZex表示:

    pharmacie en ligne france livraison belgique: Pharmacies en ligne certifiees – pharmacie en ligne sans ordonnance

  22. Эффективная защита в уголовных делах в Москве, которую стоит выбрать, поможет защитить ваши права, помощь в сложных ситуациях, Нужна профессиональная помощь адвоката по уголовным делам в Москве?, обращайтесь в данный момент
    Адвокат в Москве Адвокат в Москве

  23. Bookmarks表示:

    The larger Slim battery, fantastic for longer runtimes.

    My homepage … Bookmarks

  24. Bookmarks表示:

    An artificial USP human development hormonal agent (somatropin).

    Visit my website :: Bookmarks

  25. XYGENYX, a licensing firm for FDA-registered products.

    Feel free to visit my homepage: vigabatrin rems survey

  26. The bigger Slim battery, excellent for longer
    runtimes.

    Also visit my blog post – Foil Drive Assist Max

  27. bookmarks表示:

    They have products to offer or solutions to provide.

    Feel free to surf to my site … bookmarks

  28. What is New U Life SOMADERM Transdermal Gel.

    My site :: vigabatrin side effects drowsiness

發佈留言

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