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,519,775 Responses

  1. We stumbled oveг һere coming from a different web ⲣage and thoᥙght I might аs
    wеll check thіngs oᥙt. I like what І ѕee so now i ɑm fоllowing
    you. Look forward to finding ߋut ɑbout уour web pаgе repeatedly.

    Feel free tо surf to my web site: slot gacor malam ini

  2. BrandonSaisy表示:

    pharmacies in mexico that ship to usa: mexican drugs – best online pharmacies in mexico

  3. Please let me know if you’re looking for a article writer for your blog.
    You have some really great posts and I feel I would be a good asset.
    If you ever want to take some of the load off, I’d really
    like to write some material for your blog in exchange for a link back to mine.

    Please blast me an email if interested. Thanks!

  4. LeroyBak表示:

    real viagra without a doctor prescription cheap meds levitra without a doctor prescription

  5. Hl0803.com表示:

    How Key Repair Changed My Life For The Better emergency car
    key repair [Hl0803.com]

  6. VIAGRA表示:

    This is my first time pay a visit at here and i am in fact happy to read everthing at single place.

  7. 10 Things Everybody Has To Say About Mesothelioma Asbestos Lawyer Mesothelioma Lawsuits

  8. Are You Responsible For An Jaguar Xf Replacement Key Fob Budget?
    12 Top Notch Ways To Spend Your Money Jaguar f pace replacement Key

  9. LeroyBak表示:

    buy prescription drugs online legally cheap prescription drugs online ed medications

  10. LeroyBak表示:

    top 10 pharmacies in india Indian pharmacy worldwide delivery online pharmacy india

  11. Nine Things That Your Parent Taught You About L Shape Leather Sofa Leather Couches Under $500
    (https://Notabug.Org/)

  12. Asking questions are genuinely good thing if you are not understanding anything completely,
    however this paragraph offers good understanding
    yet.

  13. Outdoor Electric Heater Patio Tools To Streamline Your Daily Life Outdoor
    Electric Heater Patio Technique Every Person Needs To Be Able To outdoor electric heater patio

  14. It’s remarkable in favor of me to have a site, which is beneficial designed for
    my experience. thanks admin

  15. 5 Reasons Asbestos Cancer Law Lawyer Mesothelioma Settlement Can Be A Beneficial Thing mesothelioma Lawsuits

  16. macauslot88表示:

    I am actually delighted to read this webpage posts which includes lots of valuable data, thanks for providing such information.

  17. The 10 Most Scariest Things About Situs Toto Login Situs Toto Login; Bbs.Newtype.Com.Cn,

  18. 7 Effective Tips To Make The Greatest Use Of Your 50_50 Fridge Freezer Frost Free Integrated
    Frost Free Integrated Fridge Freezer

  19. LeroyBak表示:

    reputable mexican pharmacies online Legit online Mexican pharmacy п»їbest mexican online pharmacies

  20. Guide To Fabric 2 Seater: The Intermediate Guide On Fabric 2 Seater fabric 2 seater,
    https://prpack.ru/user/incometrail21,

  21. The frilly patterns discovered on figured (or ‘Cathedral’) rolled-plate glass are produced in an analogous trend to the rolled plate glass course of except that the plate is cast between two rollers, one in every of which carries a pattern.

  22. Jorgeagopy表示:

    buying prescription drugs in mexico: mexican pharmacy – mexico drug stores pharmacies

  23. Medicines information. Brand names.
    side effects spironolactone acne
    Some news about medicament. Read here.

  24. buy bunk Bed表示:

    20 Questions You Should Always To Ask About Bunk Beds For Children Before You Buy Bunk
    Beds For Children buy bunk Bed

  25. You’ll Never Guess This Electricpatio Heater’s Tricks electricpatio Heater

  26. Jorgeagopy表示:

    erectile dysfunction treatment: low cost prescription – pharmacy medications

  27. 9 . What Your Parents Taught You About Best 2 In 1 Prams best 2 in 1 prams

發佈留言

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