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,449,435 Responses

  1. Jorgewooff表示:

    purple pharmacy mexico price list: buying prescription drugs in mexico online – Mexican Easy Pharm

  2. 5 Common Phrases About Audi Key You Should Stay Clear Of
    audi replacement keys (elearnportal.science)

  3. Brandonnot表示:

    online canadian pharmacy reviews: canadian pharmacy 365 – canadian pharmacy mall

  4. Jorgewooff表示:

    mexican pharmaceuticals online: Mexican Easy Pharm – pharmacies in mexico that ship to usa

  5. Jorgewooff表示:

    Mexican Easy Pharm: reputable mexican pharmacies online – Mexican Easy Pharm

  6. Brandonnot表示:

    buying from canadian pharmacies: Canadian Md Pharm – canada drug pharmacy

  7. Jorgewooff表示:

    Mexican Easy Pharm: Mexican Easy Pharm – Mexican Easy Pharm

  8. kypit 1s_ahor表示:

    купить 1с бухгалтерия купить [url=https://svstrazh.forum24.ru/?1-3-0-00000323-000-0-0-1737110513]https://svstrazh.forum24.ru/?1-3-0-00000323-000-0-0-1737110513[/url] .

  9. kypit 1s_ohor表示:

    1с бухгалтерия купить 1с бухгалтерия купить .

  10. CurtisBam表示:

    canada cloud pharmacy: canada pharmacy reviews – legal to buy prescription drugs from canada

  11. kypit 1s_aqor表示:

    1с бухгалтерия купить 1с бухгалтерия купить .

  12. CurtisBam表示:

    Mexican Easy Pharm: mexico drug stores pharmacies – mexico drug stores pharmacies

  13. Jorgewooff表示:

    Mexican Easy Pharm: reputable mexican pharmacies online – mexican pharmaceuticals online

  14. kypit 1s_zvor表示:

    программы фирмы 1с программы фирмы 1с .

  15. Hey there! This is my first comment here so I just wanted to give a quick shout out and tell you I genuinely enjoy reading
    through your blog posts. Can you recommend any other blogs/websites/forums that deal with the
    same topics? Thanks a lot!

  16. Jorgewooff表示:

    mexican mail order pharmacies: reputable mexican pharmacies online – Mexican Easy Pharm

  17. kypit 1s_raor表示:

    купить 1с бухгалтерия купить купить 1с бухгалтерия купить .

  18. Jorgewooff表示:

    medication from mexico pharmacy: Mexican Easy Pharm – buying from online mexican pharmacy

  19. You’ll Never Be Able To Figure Out This Small Two Seater Fabric Sofa’s Benefits Small two seater Fabric sofa

  20. Jorgewooff表示:

    buying prescription drugs in mexico online: Mexican Easy Pharm – Mexican Easy Pharm

  21. Jorgewooff表示:

    pharmacies in mexico that ship to usa: Mexican Easy Pharm – Mexican Easy Pharm

  22. CurtisBam表示:

    best canadian pharmacy online: CanadianMdPharm – reputable canadian pharmacy

  23. Oscaromibe表示:

    2025 year jogo do tigrinho ofical site 777 tigrinho

  24. kypit 1s_sfor表示:

    программы фирмы 1с программы фирмы 1с .

  25. Quality articles is the key to interest the visitors to pay a quick visit the website, that’s what this site is providing.

  26. Jorgewooff表示:

    medication from mexico pharmacy: Mexican Easy Pharm – Mexican Easy Pharm

  27. kypit 1s_ypor表示:

    программа 1с купить с установкой программа 1с купить с установкой .

發佈留言

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