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,687,442 Responses

  1. The 10 Most Scariest Things About Upvc Doors Repair Upvc Doors Repair

  2. WayneCoirl表示:

    reputable mexican pharmacies online: reputable mexican pharmacies online – buying prescription drugs in mexico online

  3. WayneCoirl表示:

    mexico drug stores pharmacies: purple pharmacy mexico price list – reputable mexican pharmacies online

  4. WayneCoirl表示:

    mexican mail order pharmacies: medicine in mexico pharmacies – mexico drug stores pharmacies

  5. What Is The Window Doctors Term And How To Utilize It
    the Window doctors

  6. This Story Behind Anxiety Symptoms In Women Will Haunt You For The Rest Of Your Life!
    How reduce anxiety symptoms (https://historydb.date)

  7. You Will Meet The Steve Jobs Of The Truck Accident Industry truck Accident lawsuit (rossi-refsgaard-2.federatedjournals.Com)

  8. 7 Secrets About Slot Demo Gratis Pragmatic Play No Deposit That Nobody Can Tell You wild west gold demo

  9. 20 Things You Must Be Educated About Treadmill With Incline Uk Incline Treadmill Argos;
    https://Www.Valeriarp.Com.Tr/Index.Php?Action=Profile;U=56759,

  10. Nine Things That Your Parent Teach You About Shop Online And Compare Prices shop online and compare Prices

  11. 24 Hours For Improving L Shaped Sofa Small grey l Shaped sofa

  12. Arnoldten表示:

    mexico drug stores pharmacies reputable mexican pharmacies online purple pharmacy mexico price list

  13. Arnoldten表示:

    buying from online mexican pharmacy buying from online mexican pharmacy best online pharmacies in mexico

  14. Who Is Responsible For A 18 Wheeler Wreck Lawyer Budget?
    12 Ways To Spend Your Money 18 wheeler Accidents

  15. Nelsonbluck表示:

    buying prescription drugs in mexico: п»їbest mexican online pharmacies – mexican drugstore online

  16. A The Complete Guide To Sweet Bonanza Hari Ini From Start To Finish
    sweet fiesta slot

  17. Arnoldten表示:

    buying from online mexican pharmacy mexico pharmacies prescription drugs mexico pharmacy

  18. 7 Essential Tips For Making The Greatest Use Of Your Seat Key Fob Replacement Seat Leon Key Programming

  19. Arnoldten表示:

    medicine in mexico pharmacies п»їbest mexican online pharmacies best online pharmacies in mexico

  20. 10 Sites To Help Be A Pro In Bagless Electric Robots Best Bagless Robot Vacuum

  21. Nelsonbluck表示:

    buying prescription drugs in mexico online: mexican pharmaceuticals online – mexican rx online

  22. Arnoldten表示:

    reputable mexican pharmacies online mexico drug stores pharmacies mexican mail order pharmacies

  23. Why People Don’t Care About Starlight Princess Max Win demo princess Starlight pragmatic

  24. Five Killer Quora Answers To Sectional With Pull Out
    Ottoman sectional with pull out ottoman

  25. WayneCoirl表示:

    best online pharmacies in mexico: mexico pharmacies prescription drugs – best online pharmacies in mexico

  26. Why We Why We ADD And Treatment (And You Should Also!) adhd treatment reddit – http://Www.cheaperseeker.Com

發佈回覆給「the Window doctors」的留言 取消回覆

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