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,234,396 Responses

  1. Davidtes表示:

    cytotec abortion pill cytotec online cytotec buy online usa

  2. WilliamRhype表示:

    https://finasteride.store/# cost generic propecia without dr prescription

  3. RandallTaulp表示:

    buy cytotec in usa: cytotec abortion pill – buy cytotec online fast delivery

  4. Watch Out: How Slot Games Is Taking Over And What You Can Do About It best online slots

  5. It’s The Evolution Of Dangerous Drugs Law Firm dangerous drugs lawyers

  6. WilliamRhype表示:

    http://lisinopril.network/# zestril 5 mg tablet

  7. 롤놀이터表示:

    I wanted to thank you for this good read!! I absolutely loved every little bit of it.
    I have got you bookmarked to look at new stuff you post…

  8. You’ll Never Guess This Window Repair Near Me’s Secrets
    window repair Near Me

  9. This is my first time pay a visit at here and i am really impressed to read
    all at single place.

  10. WilliamRhype表示:

    http://lisinopril.network/# lisinopril tab 100mg

  11. kit Avon表示:

    A An Overview Of Kit Avon From Start To Finish
    kit Avon

  12. RandallTaulp表示:

    cost generic propecia without prescription: generic propecia without a prescription – get cheap propecia tablets

  13. Ck4D表示:

    Hi, yеs this article іs actually pleasdɑnt and I have learned lot of thіngs from it on the topic of blogging.
    thanks. http://wiki.edomex.cinvestav.mx/index.php/Ck4d_Link_Alternatif_Ck4d_Login:_Gimana_Dan_Di_Mana_Membeli_Kupon_Ck4d_Link_Alternatif_Ck4d_Login

  14. In recent years, the use of https://greenacrecbdgummies.net products—derived from the hemp plant—has gained significant popularity due to their reported health benefits.

  15. Ronaldpsymn表示:

    http://lisinopril.network/# zestril 20 mg tablet

  16. 5 Veterans Disability Lawsuit Projects That Work For Any Budget veterans disability law firm (http://Fpcom.co.kr/bbs/board.php?bo_table=free&wr_id=1312838)

  17. You’re About To Expand Your Side By Side Freezers Fridge Options advanced Cooling technology

  18. WilliamRhype表示:

    http://cytotec.club/# buy cytotec online

  19. Ronaldpsymn表示:

    http://finasteride.store/# get cheap propecia

  20. RandallTaulp表示:

    cost generic propecia tablets: cost generic propecia without insurance – cost of generic propecia without prescription

  21. Do You Know How To Explain Jackpot Slots To Your Boss progressive jackpot slots

  22. RandallTaulp表示:

    ciprofloxacin order online: ciprofloxacin 500 mg tablet price – ciprofloxacin generic

  23. Ronaldpsymn表示:

    http://lisinopril.network/# lisinopril 25mg tablets

  24. Work From Anywhere In The World Online: A Simple Definition part time work from home jobs

  25. RandallTaulp表示:

    nolvadex gynecomastia: tamoxifen headache – nolvadex steroids

  26. What’s The Job Market For Upvc Repairs Near Me Professionals?
    upvc repairs near me

  27. Ronaldpsymn表示:

    http://lisinopril.network/# zestril 30mg generic

  28. Charley表示:

    Woodburner Stove Tips To Relax Your Daily Lifethe One Woodburner
    Stove Technique Every Person Needs To Be Able To woodburner stove (Charley)

發佈留言

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