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,152,941 Responses

  1. Highly energetic article, I enjoyed that a lot.
    Will there be a part 2?

  2. 토토힐表示:

    Those that cut the wages of their employees remained in the minority at 5.2 per cent, said the Manpower Ministry. Among them, the magnitude of wage cuts was also smaller in 2022 than the preceding year. 토토힐

  3. The Best Themed Slots Tips For Changing Your Life Real casino slots

  4. Drugs information for patients. Short-Term Effects.
    where to buy fluoxetine price
    Actual about pills. Read now.

  5. Why Upvc Windows Repair Isn’t A Topic That People Are Interested In Upvc Windows Repair repair Upvc windows

  6. Drug information sheet. What side effects can this medication cause?
    where can i get cheap arimidex without a prescription
    Best trends of medicament. Read information now.

  7. SEO_eyMa表示:

    продвижение сайтов в москве яндекс prodvizhenie-sajtov-v-moskve115.ru .

  8. SEO_hpMa表示:

    продвижение сайтов в москве в яндексе prodvizhenie-sajtov-v-moskve115.ru .

  9. 11 Creative Methods To Write About Popular Casino Slots online casino slots

  10. SEO_dgMa表示:

    продвижение сайтов в москве и московской области http://www.prodvizhenie-sajtov-v-moskve115.ru .

  11. 9 Things Your Parents Teach You About Psychiatrist Private Psychiatrist private

  12. SEO_nqMa表示:

    продвижение медицинских сайтов в москве prodvizhenie-sajtov-v-moskve115.ru .

  13. Mira表示:

    What Is Asbestos Mesothelioma Lung Cancer’s History?
    History Of Asbestos Mesothelioma Lung Cancer Mira

  14. See What Can I Buy From A Uk Website Tricks
    The Celebs Are Making Use Of can i buy From a uk website –
    Rladusdn74.woobi.co.kr,

  15. Belinda表示:

    The Most Hilarious Complaints We’ve Received About Mesothelioma From Asbestos Belinda

  16. Speak “Yes” To These 5 SEO Agency Pricing Tips
    best Seo agency in london

  17. Asbestos claims are complicated because they usually involve multiple jurisdictions.
    Law firms that have experience processing asbestos
    claim (https://account.sonora.id/login/c29ub3Jh==/aHR0cHM6Ly92YWxldGlub3dpa2kucmFjaW5nL3dpa2kvMjBfVGhpbmdzX1lvdV9TaG91bGRfS25vd19BYm91dF9Bc2Jlc3Rvc19NZXNvdGhlbGlvbWE) claims
    on a national and state level are aware of the specific laws involved.

  18. 5 Reasons To Be An Online New Slots Online Shop And
    5 Reasons Not To Reputable slots

  19. whoah this weblog is wonderful i really like reading your posts.

    Stay up the great work! You understand, lots of persons are searching around for this info, you can help them greatly.

  20. Jacklyn表示:

    I must thank you for the efforts you have put in penning
    this blog. I am hoping to view the same high-grade content from you later on as well.

    In truth, your creative writing abilities has motivated me to get my
    own, personal site now 😉 https://www.freelegal.ch/index.php?title=Utilisateur:OTZRoman8552

  21. We focus on small enterprise marketing.

    Here iis my webpage … review of cosori

  22. I love it when folks get together and share views. Great website,
    keep it up!

  23. 20 Compact Electric Wheelchair Uk Websites Taking
    The Internet By Storm top Rated electric wheelchairs

  24. There Are A Few Reasons That People Can Succeed At The Online
    Shop Industry Freestanding Dog Gate

  25. Congress has approved a variety of incremental legislation plans, despite
    the fact that Asbestos lawyer is still prohibited.
    One of them proposed legislations, the Frank R.

  26. Slot Games表示:

    20 Things You Must Be Educated About High Roller Slots Slot Games

發佈留言

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