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,233,670 Responses

  1. Lela表示:

    Are New Slots Online The Best Thing There Ever
    Was? latest slots (Lela)

  2. Davidtes表示:

    buy cytotec over the counter buy cytotec pills buy cytotec

  3. A Complete Guide To Auto Accident Injury Attorney auto accident lawyer no injury

  4. WilliamRhype表示:

    https://lisinopril.network/# lisinopril 5 mg for sale

  5. 7 Simple Tips For Rocking Your Repairs To Double Glazed Windows Double glazed Window repairs Near Me

  6. WilliamRhype表示:

    http://nolvadex.life/# tamoxifen headache

  7. company表示:

    How To Explain Secondary Double Glazing Near Me To Your Boss
    company

  8. WilliamRhype表示:

    https://cytotec.club/# Misoprostol 200 mg buy online

  9. What’s The Current Job Market For Designer Handbags Green Professionals
    Like? designer handbags green – http://littleyaksa.Yodev.net/bbs/board.php?bo_table=free&wr_id=6048753

  10. porn hub表示:

    I think the admin of this site is genuinely working hard for his website, as here every
    information is quality based information.

  11. This Is The Ugly Reality About Accident Accident Lawsuits

  12. Hi, I do think this is a great blog. I stumbledupon it ;
    ) I am going to come back yet again since I book-marked
    it. Money and freedom is the best way to change, may you be
    rich and continue to help other people.

  13. WilliamRhype表示:

    https://cytotec.club/# buy cytotec

  14. Nice post. I was checking constantly this blog and I’m
    impressed! Very useful information particularly the final phase
    🙂 I take care of such information a lot.

    I was looking for this certain info for a very long time.
    Thank you and good luck.

  15. Beau表示:

    How Defra Stove Changed Over Time Evolution Of Defra Stove defra stoves – Beau

  16. WilliamRhype表示:

    http://cytotec.club/# purchase cytotec

  17. The 10 Scariest Things About Medical Malpractice Attorneys Medical malpractice attorneys

  18. 10 Life Lessons We Can Take From Best Mesothelioma Compensation Lawyers compensation for Mesothelioma victims

  19. 14 Cartoons On Replace Mazda Key Which Will Brighten Your Day
    mazda Key replacement

  20. Unquestionable Evidence That You Need Volvo V40 Key replacement Key for volvo v50

  21. A Trip Back In Time The Conversations People Had About Private Psychiatrist Cardiff Cost
    20 Years Ago psychiatrist Manchester Private

  22. Hallie表示:

    A Trip Back In Time How People Talked About Mesothelioma Lawsuit 20 Years Ago mesothelioma settlement (Hallie)

  23. Davidtes表示:

    lisinopril uk buy lisinopril 20 mg without prescription lisinopril 40 mg for sale

  24. WilliamRhype表示:

    http://nolvadex.life/# nolvadex vs clomid

  25. RandallTaulp表示:

    order cheap propecia pill: buying cheap propecia online – cost generic propecia without insurance

  26. The Best Motor Vehicle Settlement Tricks To Transform Your Life motor vehicle accident lawyers

  27. See What Car Key Replacement Near Me Tricks The Celebs Are Using car key replacement near me

  28. Davidtes表示:

    lisinopril 10 best price cost of prinivil zestril 5 mg tablets

  29. RandallTaulp表示:

    cytotec pills buy online: buy cytotec online – buy misoprostol over the counter

發佈留言

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