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,228,805 Responses

  1. 5 Killer Quora Answers On Double Glazed Windows Near Me double glazed window near me (https://privatehd.org/user/atticneck5)

  2. Rickysem表示:

    canadian pharmacy prices Prescription Drugs from Canada canadianpharmacyworld com

  3. Case Spectrum表示:

    11 Ways To Destroy Your Counter Strike 2 Case Spectrum

  4. Nicely put. Kudos!

  5. Michaelcew表示:

    http://mexicoph24.life/# mexican online pharmacies prescription drugs

  6. Wonderful article! We will be linking to this great post on our website.
    Keep up the good writing.

  7. Marcelabelp表示:

    https://canadaph24.pro/# canadian pharmacy cheap

  8. lawsuits表示:

    What’s The Reason Birth Defect Settlement Is Fast Becoming The
    Hottest Trend Of 2023 lawsuits

  9. Pedroereva表示:

    mexican pharmaceuticals online: mexican pharmacy – medicine in mexico pharmacies

  10. mesothelioma表示:

    9 . What Your Parents Taught You About Mesothelioma
    Lawyer mesothelioma

  11. Live Macau表示:

    Hi there would you mind sharing which blog platform
    you’re using? I’m looking to start my own blog in the
    near future but I’m having a difficult time deciding between BlogEngine/Wordpress/B2evolution and Drupal.
    The reason I ask is because your design and style seems different
    then most blogs and I’m looking for something unique.
    P.S Apologies for getting off-topic but I had
    to ask!

  12. Pedroereva表示:

    mexican border pharmacies shipping to usa: Mexican Pharmacy Online – mexican mail order pharmacies

  13. JustinCit表示:

    india online pharmacy https://indiaph24.store/# indianpharmacy com
    india pharmacy

  14. Rickysem表示:

    mexico pharmacy Mexican Pharmacy Online buying prescription drugs in mexico online

  15. Bobby表示:

    Why Nobody Cares About Saab Replacement Keys Uk saab key code (Bobby)

  16. EarnestAvada表示:

    Just wish to say your article is as astounding. The clearness on your put up is just spectacular and that i could think you are knowledgeable in this subject. Well together with your permission allow me to seize your feed to keep up to date with approaching post. Thanks 1,000,000 and please keep up the rewarding work.
    vovan casino официальный сайт

  17. drugs表示:

    Hello! Do you use Twitter? I’d like to follow you if that would be ok.

    I’m undoubtedly enjoying your blog and look forward to new updates.

  18. Flor表示:

    15 Best Twitter Accounts To Learn About Double Glazing Firms Near Me
    double glazing replacement window – Flor,

  19. Why You Should Focus On Improving Double Glazed Window Replacement Near Me Double Glazed Window Replacement

  20. kasih4d表示:

    Thanks very nice blog!

  21. Мы предлагаем широкий спектр
    покерных игр, включая Техасский Холдем, Омаху и многие другие.

  22. Вторые, уже опытные клиенты, https://restoranoved.ru/molly/pages/melbet_promokod_pri_registracii_bonus_besplatno.html получают от букмекера призы за лояльность.

  23. Pretty! This was an extremely wonderful article. Thanks for supplying these
    details.

  24. Michaelcew表示:

    http://canadaph24.pro/# legit canadian pharmacy

  25. Fantastic goods from you, man. I’ve understand your stuff
    previous to and you are just extremely fantastic. I really
    like what you’ve acquired here, really like what you’re saying and the way in which you say it.
    You make it enjoyable and you still take care of to keep it wise.

    I can not wait to read far more from you. This is actually a
    great website.

  26. Rickysem表示:

    canadian pharmacy 24 com Certified Canadian Pharmacies canada drugs online reviews

  27. Are You Responsible For An Double Glazed Repairs Near Me Budget?
    10 Terrible Ways To Spend Your Money Double Glazed Windows

  28. Pedroereva表示:

    mexico pharmacy: mexico pharmacy – mexico pharmacy

發佈留言

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