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...

907,406 Responses

  1. Its like you read my mind! You appear to know so much
    about this, like you wrote the book in it or something.
    I think that you can do with a few pics to drive the message
    home a little bit, but other than that, this is great blog.
    An excellent read. I’ll certainly be back.

  2. RobertaRous表示:

    http://sildenafiliq.com/# Viagra online price

  3. RalphRem表示:

    http://tadalafiliq.shop/# Generic Tadalafil 20mg price

  4. RalphRem表示:

    https://tadalafiliq.shop/# Buy Cialis online

  5. RobertaRous表示:

    https://tadalafiliq.shop/# Generic Cialis without a doctor prescription

  6. RobertaRous表示:

    https://kamagraiq.shop/# buy Kamagra

  7. RobertaRous表示:

    http://sildenafiliq.com/# Cheap generic Viagra online

  8. ChesterAsynC表示:

    Kamagra 100mg: Sildenafil Oral Jelly – п»їkamagra

  9. очень важно. От ей-богу.

    Also visit my web blog … ノンケ 手コキ

  10. This is a very good tip especially to those fresh
    to the blogosphere. Simple but very accurate info… Many thanks for sharing this one.
    A must read article!

  11. ChesterAsynC表示:

    Cheap Viagra 100mg: sildenafil iq – Generic Viagra online

  12. Isaacwem表示:

    best price for viagra 100mg: cheapest viagra – Viagra without a doctor prescription Canada

  13. butt表示:

    There are a variety of butt plugs on the market.
    It can be difficult to select the one that is right for
    you. Butt
    plugs should last and safe to use for a broad range of.
    There are plenty of great alternatives.

  14. Spot on with this write-up, I absolutely feel this website needs far
    more attention. I’ll probably be returning to read through more, thanks for the advice!

  15. ChesterAsynC表示:

    buy cialis pill: Generic Tadalafil 20mg price – cheapest cialis

  16. Thank you a bunch for sharing this with all of us you actually know what you are speaking approximately!
    Bookmarked. Kindly additionally visit my website =).
    We can have a hyperlink alternate agreement among us

  17. Pocketoption表示:

    The name of the author is Roseline Odum can make is not
    her birth name. The job he’s been occupying for years is a production and
    planning police officer. I am really fond of to watch out movies and I’ve
    been doing it for some time. New Jersey is the place
    he loves most and his family loves it.

  18. celinetoto表示:

    Piece of writing writing is also a fun, if you be acquainted with afterward you can write
    if not it is complicated to write.

  19. How To Explain Dripper Coffee Maker To Your Grandparents
    coffee drip Machine

  20. RobertaRous表示:

    https://tadalafiliq.shop/# buy cialis pill

  21. Isaacwem表示:

    generic sildenafil: best price on viagra – viagra canada

  22. It’s The Complete List Of Erb’s Palsy Lawyers Dos And Don’ts Erb’s Palsy
    Lawyer (http://Kbphone.Co.Kr/Bbs/Board.Php?Bo_Table=Free&Wr_Id=656815)

  23. RobertaRous表示:

    http://kamagraiq.shop/# buy kamagra online usa

  24. RobertaRous表示:

    https://sildenafiliq.xyz/# Sildenafil Citrate Tablets 100mg

  25. RobertaRous表示:

    http://sildenafiliq.com/# Sildenafil Citrate Tablets 100mg

  26. We’re a group of volunteers and opening a new scheme in our community.
    Your web site provided us with valuable information to work on. You’ve done an impressive job and
    our entire community will be grateful to you.

  27. 14 Smart Ways To Spend Leftover Accident Compensation Budget accident lawsuit

  28. Why Truck Accidents Lawyers Is The Next Big Obsession truck Accident Law firms

  29. cost zoloft表示:

    Medication information sheet. Long-Term Effects.
    zoloft buy
    Everything about meds. Read information now.

發佈留言

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