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,519,664 Responses

  1. Theron表示:

    USP human development hormone (somatropin).

    My site … big truck parts store near me (Theron)

  2. There is apparently a bundle to know about this.
    I suppose you made certain nice points sexual assault lawyers in maryland
    features also.

  3. infrared sauna Canada saunas
    range in price from $130 to $3,000.

  4. USP human development hormonal agent (somatropin).

    Also visit my blog big truck parts store near me open now

  5. WilsonVah表示:

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

  6. I do not even understand how I stopped up here, but I assumed this submit was great.
    I don’t understand who you’re however certainly you are going to a
    famous blogger for those who aren’t already 😉 Cheers!

    my homepage :: examples of sexual assault

  7. They have items to offer or solutions to use.

    my web site: heavy duty truck parts houston tx

  8. USP ai detector free to human development hormonal agent (somatropin).

  9. XYGENYX, a licensing business for FDA-registered products.

    my blog :: ai detector free reddit

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

    Also visit my homepage – ai detector free for teachers

  11. NewULife Ranks. Welcome to my NewUlife Evaluation.

    Visit my website :: Heavy duty Truck parts warehouse

  12. This excellent website definitely has all the information and facts I needed about this subject and didn?t know who to ask.

    Stop by my webpage – Sexual harassment lawyers nyc

  13. I’m really loving the theme/design of your site.
    Do you ever run into any web browser compatibility issues?
    A couple of my blog audience have complained about my site not operating correctly in Explorer but looks great in Safari.
    Do you have any suggestions to help fix this problem?

    my page :: sexual assault lawyers nyc

  14. I really like it whenever people get together and share thoughts.

    Great website, stick with it!

    Have a look at my homepage :: sexual assault lawyers in maryland

  15. XYGENYX, a licensing company for FDA-registered items.

    My blog ai Detector Tool

  16. There is evidently a bunch to realize about this.
    I suppose you made various nice points in features also.

    Also visit my webpage … sexual harassment lawyers nyc

  17. My brother suggested I might like this website.
    He was entirely right. This post truly made my day. You can not
    imagine simply how much time I had spent for this information! Thanks!

    Stop by my blog; sexual harassment lawyers near me free consultation

  18. Thanks for any other excellent article. Where else could anybody get
    that type of information sexual assault lawyers in charlotte nc such an ideal
    way of writing? I’ve a presentation subsequent week,
    and I am at the look for such information.

  19. Dollyfut表示:

    dark web drug marketplace https://github.com/tormarkets2025ukaz1/tormarkets2025 – darknet market list

  20. The best cbd drops for cats
    items are made from top notch hemp CBD.

  21. A lifetime mortgage is designed to last a lifetime.

    Also visit my blog: equity release interest rates

  22. Genuine HGH Advantages (NewULife Hgh Gel Not Checked Yet).

    Also visit my blog post – ai detector turnitin free online

  23. equity release calculator Release interest rates can change daily.

發佈留言

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