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,237,929 Responses

  1. Richardtic表示:

    Профильные трубы – категория металлопроката, которая включает в себя изделия с сечением, отличным от круглого. Ассортимент профильных труб купить металлические профильные трубы

  2. If some one desires to be updated with newest technologies after that he must be go to see this web site and be up to date daily.

  3. LeroyBak表示:

    male erection pills cheap drugs best non prescription ed pills

  4. Diplomi_zxEn表示:

    сколько в среднем стоит диплом о высшем образовании с занесением в реестр сколько в среднем стоит диплом о высшем образовании с занесением в реестр .

  5. The 10 Most Scariest Things About Double Glazing Companies Near
    Me double glazing companies near me

  6. Diplomi_txEn表示:

    купить диплом курск orik-diploms.ru .

  7. Either way, transferring files between two smartphones is quick and
    simple.

  8. What Are The Reasons You Should Be Focusing On Improving
    Replacement Double Glazed Sealed Units total seal Repairs

  9. Aw, this was an extremely good post. Finding the time and actual effort to create a very good article… but what can I say… I hesitate a
    lot and never manage to get anything done.

  10. Are You Responsible For A Situs Togel Terpercaya Budget? 10 Unfortunate Ways To Spend Your Money
    Situs toto togel

  11. Appreciating the commitment you put into your blog and in depth information you present.
    It’s good to come across a blog every once in a while that isn’t
    the same old rehashed information. Great read!
    I’ve saved your site and I’m adding your RSS feeds to
    my Google account.

  12. How Mesothelioma Settlement Has Transformed My Life The Better mesothelioma
    claims – chessdatabase.Science

  13. LeroyBak表示:

    india pharmacy mail order Order medicine from India to USA cheapest online pharmacy india

  14. LeroyBak表示:

    п»їlegitimate online pharmacies india indian pharm 24 п»їlegitimate online pharmacies india

  15. Beans To Coffee Machine: What’s The Only Thing Nobody Is Talking About coffee machine bean To cup reviews

  16. The No. One Question That Everyone Working In Accidents Attorney Near Me Should Be
    Able To Answer Accident Injury Law Firm

  17. LeroyBak表示:

    male ed drugs buy drugs ed pumps

  18. DevonPhack表示:

    https://mexicanpharm24.cheap/# pharmacies in mexico that ship to usa
    can ed be cured

  19. Hi! Quick question that’s completely off topic. Do you know how to make your site mobile friendly?
    My web site looks weird when viewing from my iphone4. I’m trying to
    find a template or plugin that might be able to correct this issue.
    If you have any suggestions, please share. Thanks!

    https://databullseye2.ambarita.org/

  20. Camryn Keeble, a senior content creator for Mesothelioma
    Guide, creates content related to mesothelioma.
    She is an expert at deciphering complicated information and creating content that is
    easily accessible to readers.

    my web-site Asbestos Lawyer

  21. LeroyBak表示:

    prescription meds without the prescriptions cheap drugs best drug for ed

  22. Audi key fob表示:

    11 Ways To Completely Sabotage Your How Do I Get A Replacement Key For My Audi
    Audi key fob

發佈留言

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