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,209 Responses

  1. How To Outsmart Your Boss On Birth Injury Attorney Birth Injury Law Firms

  2. 10 Things You Learned In Kindergarden They’ll Help You Understand Upvc Window Repairs window repairs near
    me (https://www.Thegowiki.com)

  3. How Top 10 Online Shopping Sites In Uk For Clothes Influenced My Life For The Better Ma170 Mini Audio Amplifier

  4. vegas Slots表示:

    The 10 Scariest Things About Vegas Slots vegas Slots

  5. webpage表示:

    Для получения диплома, вам необходимо успешно завершить обучение в учебном заведении, выполнить
    все требования программы обучения
    и успешно сдать все необходимые экзамены.
    После этого вам будет выдан диплом,
    подтверждающий вашу квалификацию и успешное завершение учебы.

    у нас вы можете приобрести дипломы такие как
    Купить аттестат за 9 класс лучшего качества быстро без предоплаты
    все проходит в официальном порядке
    обращайтесь за консультацией мы вам
    все обьясним

    123

  6. Workers Compensation Litigation: The Good, The Bad, And The Ugly workers’ Compensation law firm

  7. attorney表示:

    Ten Fela Federal Employers Liability Act-Related Stumbling Blocks You
    Should Never Share On Twitter attorney

  8. Annett表示:

    10 Things We Love About Medium Variance Slots fair slots (Annett)

  9. link bokep表示:

    It is actually a great and useful piece of info.
    I am glad that you simply shared this useful info with
    us. Please keep us up to date like this. Thank you for sharing.

  10. Drugs prescribing information. Brand names.
    can i order generic ceftin without a prescription
    Everything trends of meds. Read now.

  11. 24 Hours To Improve Online Shopping Websites For Clothes Action camera Protective case

  12. I like what you guys are usually up too. Such clever work and exposure!
    Keep up the fantastic works guys I’ve incorporated you guys to our blogroll.

  13. The significant growth of mobile traffic data is predicted due to the rapid modification of the structure of applied so that the process and the massive increase in the use of devices connected to https://p-network.io/.

  14. 10 Misconceptions Your Boss Holds Concerning
    Vegas Slots Progressive Slots [http://Www.Isexsex.Com/]

  15. How To Resolve Issues With Online Shop Strong Steel Pedal

  16. sale prams表示:

    What’s The Current Job Market For Sale Prams Professionals Like?
    sale prams

  17. Keira表示:

    5 Laws That’ll Help With The Slot Updates Industry low variance slots; Keira,

  18. Seven Reasons To Explain Why Online Shopping Uk Sites Is Important Champion Sports Wheeled Equipment Bag

  19. 10 Beautiful Images To Inspire You About Uk
    Online Grocery Shopping Sites Durable Japanese Chef Knife

  20. Vimeo表示:

    Do You Know How To Explain Online Shopping Sites For Clothes
    To Your Boss Vimeo

  21. The 10 Scariest Things About Double Glazing Companies Near
    Me Double glazing companies near me

  22. Greetings! I’ve been reading your website for some time now and finally
    got the courage to go auead and give you a shout out from Huffman Texas!
    Just wanyed to telll you keep up the good job!

    Have a look at my web blog … Jokowi gandeng cucu beli mainan

  23. Latashia表示:

    The 10 Most Terrifying Things About Cheap Double
    Stroller cheap double stroller – Latashia,

  24. Lunytest.Shop表示:

    20 Trailblazers Are Leading The Way In Upvc Window Repair Near Me Upvc Window Repairs Near Me; Lunytest.Shop,

  25. 253308.cn表示:

    There Is No Doubt That You Require Bonus Slots slot Volatility (253308.cn)

發佈留言

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