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,521,113 Responses

  1. What You Must Forget About How To Improve Your Program
    Car Keys program Car keys near me

  2. A Provocative Remark About Wall Mounted Fireplaces white fireplace

  3. BrandonSaisy表示:

    mexico pharmacies prescription drugs: Legit online Mexican pharmacy – mexican online pharmacies prescription drugs

  4. A Comprehensive Guide To All Terrain 3 Wheel Stroller
    From Start To Finish 3 wheel parent facing pushchair

  5. Если вам нужны грузоперевозки Новосибирск Иркутск, попутная доставка снизит расходы.

  6. A Step-by-Step Guide To Choosing The Right Upvc Door Panels upvc door and windows [articlescad.com]

  7. From The Web: 20 Fabulous Infographics About Audi Spare Key Audi Spare Key Replacement

  8. Espresso Machine: The Secret Life Of Espresso Machine Best
    coffee Espresso machine (saulu875wgn4.wikinarration.com)

  9. Jorgeagopy表示:

    reputable indian online pharmacy: Indian pharmacy international shipping – п»їlegitimate online pharmacies india

  10. AbecPaish表示:

    you happen to be searching for a successful remedy, you should Secnidazole . Get one now! You can’t find more affordable prices.

  11. Meds information sheet. What side effects can this medication cause?
    can i order celebrex tablets
    Actual about drug. Read here.

  12. Wittliff was one other notable Texan icon linked to Larry McMurtry, and was additionally the screenwriter for The proper Storm, and Crimson Headed Stranger, as properly because the founding father of the Wittliff Collections at Texas State University.

  13. The Gori Law Firm provides representation to those suffering from mesothelioma and other
    Asbestos Legal-related illnesses.

  14. 9 Lessons Your Parents Teach You About Small Business
    SEO Services business seo services [https://azure-aloe-fdxkzj.mystrikingly.com/]

  15. Security glass, corresponding to laminated or tempered should be used in these settings to scale back risk of harm.

  16. 15 Terms That Everyone Is In The Free Standing Fireplace Industry Should Know electric firesuite;
    http://Www.hannobunz.De,

  17. Jorgeagopy表示:

    online shopping pharmacy india: Best Indian pharmacy – indian pharmacy online

  18. Jorgeagopy表示:

    legal to buy prescription drugs without prescription: cheap meds – ed drugs list

  19. Siobhan表示:

    10 Things That Your Family Teach You About Audi Car
    Key Replacement audi car key replacement – Siobhan

  20. What’s The Job Market For Daftar Situs Togel Professionals Like?

    daftar situs togel (https://dfes.net/home.php?mod=space&uid=1751273)

  21. You’ll Never Be Able To Figure Out This Tilt And Turn Patio Doors Uk’s Tricks
    tilt and turn patio doors uk

  22. Williamagric表示:

    natural remedies for ed http://pharm24.pro/# cheap erectile dysfunction pills

  23. Why Assessments For Adhd In Adults Should Be Your Next Big Obsession? adhd Assessment cost

  24. Williamagric表示:

    cheap ed drugs http://pharm24.pro/# buy anti biotics without prescription

  25. telegra.ph表示:

    What Is Mercedes Car Key Replacement And How To Utilize It mercedes key fob replacement (telegra.ph)

  26. Posteezy.Com表示:

    What Is Asbestos Attorney Lawyer Mesothelioma And Why Is Everyone Talking About
    It? Mesothelioma Attorneys (Posteezy.Com)

  27. LeroyBak表示:

    purple pharmacy mexico price list mexican pharmacy purple pharmacy mexico price list

  28. Opencbc.com表示:

    You’ll Never Be Able To Figure Out This Truck Lawyers
    Near Me’s Benefits truck lawyers (Opencbc.com)

  29. ugzhnkchr.ru表示:

    Freestanding Bioethanol Fireplace Tools To Help You Manage Your Day-To-Day Life bio-fireplace (ugzhnkchr.ru)

  30. Williamagric表示:

    male dysfunction https://pharm24.pro/# male erection pills

發佈留言

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