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,146,190 Responses

  1. 10 Quick Tips About Upvc Window Repair Near Me Upvc Window Repairs Near Me

  2. JamesNow表示:

    sildenafil online: viagras.online – Cheap Viagra 100mg

  3. vimeo.com表示:

    9 . What Your Parents Teach You About Best Online Clothing Sites Uk vimeo.com

  4. JamesNow表示:

    Buy Vardenafil 20mg online: Vardenafil online prescription – Cheap Levitra online

  5. Learn About Medical Malpractice Lawyers When You Work From At
    Home Medical Malpractice Lawsuit

  6. You’ll Never Guess This Best SEO Software UK’s Benefits best seo software uk

  7. Lawsuits表示:

    This History Behind Boat Accident Lawyers Will Haunt
    You Forever! Lawsuits

  8. Medicines information leaflet. Drug Class.
    zithromax
    All news about medicines. Get information now.

  9. Great goods from you explainer video company india, man. I have understand your stuff explainer video previous to and you are just too wonderful. I really like explainer video what you have acquired here, certainly like what you are saying and the way in which you say it. You make it entertaining and you still care for to keep it wise. I can not wait to read much more from you. This is actually a wonderful website. https://www.Preferredprofessionals.Com/location-business-contract-attorney/explainer-video-company-india

  10. ElmerWes表示:

    Cheap Levitra online Vardenafil online prescription Levitra tablet price

  11. 10 Unexpected Adult Pleasure Toys Tips Adult Toys (Extension.Unimagdalena.Edu.Co)

  12. ElmerWes表示:

    п»їLevitra price Cheap Levitra online Cheap Levitra online

  13. JamesNow表示:

    buy Kamagra: kamagra.win – Kamagra 100mg price

  14. You’ll Never Guess This Window Repair Near Me’s Benefits Window Repair Near Me

  15. Melba表示:

    It’s The Evolution Of Washing Machine beko washing machine deals, Melba,

  16. Ten Things You’ve Learned In Kindergarden That’ll Help You With Price Beko Washing Machine Washing

  17. hey there and thank you for your info on explainer Videos ? I?ve definitely picked up something new from right here. I did however expertise several technical issues using this web site, as I experienced to reload the website a lot of times previous to I could get it to load properly. I had been wondering if your web host is OK? Not that I’m complaining, but sluggish loading instances times will very frequently affect your placement in google and could damage your quality score if advertising and marketing with Adwords. Well I am adding this RSS to my email and can look out for much more of your respective interesting content. Make sure you update this again soon.. http://www.Administrative-support.Dofollowlinks.Org/news/explainer-video-company-india/

  18. Tiered links表示:

    This Is The Ultimate Guide To Tiered Backlinks Tiered links

  19. JamesNow表示:

    Generic Levitra 20mg: Buy Vardenafil 20mg – Levitra 20 mg for sale

  20. ElmerWes表示:

    п»їcialis generic cialist.pro buy cialis pill

  21. TylerPhona表示:

    http://kamagra.win/# cheap kamagra

  22. Dewaraja88表示:

    I am sure this piece of writing has touched all the internet visitors, its really really
    fastidious paragraph on building up new webpage.

  23. A Glimpse In The Secrets Of Birth Injury Settlement fostoria Birth injury lawsuit

  24. CharlesDog表示:

    https://cenforce.pro/# Purchase Cenforce Online

  25. ElmerWes表示:

    Buy Cenforce 100mg Online cenforce for sale buy cenforce

  26. CharlesDog表示:

    http://kamagra.win/# cheap kamagra

  27. 20 Reasons To Believe Semi Truck Litigation Will Not Be Forgotten denison Semi Truck accident lawsuit

  28. Magnificent goods from you explainer video company india, man. I’ve understand your stuff explainer video previous to and you’re just extremely wonderful. I actually like explainer video what you have acquired here, certainly like what you are stating and the way in which you say it. You make it enjoyable and you still care for to keep it sensible. I can not wait to read far more from you. This is really a great website. https://www.earthmom.org/professional-services/explainer-video-company-india

  29. JamesNow表示:

    Buy Cialis online: Cialis 20mg price in USA – Cheap Cialis

  30. How Much Do Mesothelioma Law Firm Experts Earn? mesothelioma legal

發佈留言

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