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,144,183 Responses

  1. What Case Battle CSGO Experts Want You To Be Educated cases (bbs.qupu123.com)

  2. JamesNow表示:

    Buy Tadalafil 20mg: Cialis 20mg price in USA – Cialis without a doctor prescription

  3. How To Explain Michael Kors Bags Pink To Your Boss handbag Michael Kors

  4. 10 Startups That’ll Change The Erb’s Palsy Law Industry
    For The Better pinetop lakeside erb’s Palsy attorney

  5. What’s The Job Market For Double Glazed Window Repairs Professionals?
    double glazed window repairs

  6. Why Tommy Hilfiger Bag Handbag Is The Right Choice For You?
    Tommy hilfiger bum bag

  7. Three Reasons Why Your Accident Lawyer Dallas Is Broken (And How To Fix It) Accident injury lawyers

  8. CharlesDog表示:

    http://kamagra.win/# Kamagra 100mg

  9. Why You Must Experience Treadmill For Sale At The Very Least Once In Your Lifetime treadmill for Sale near Me

  10. 20 Things That Only The Most Devoted Malpractice Settlement Fans Should Know Austell Malpractice Attorney; https://Vimeo.Com/709324716,

  11. TylerPhona表示:

    https://viagras.online/# Sildenafil 100mg price

  12. 5 Tools That Everyone Involved In Charity Shop Online Clothes
    Uk Industry Should Be Using ramekin Set for butter

  13. CharlesDog表示:

    https://viagras.online/# п»їBuy generic 100mg Viagra online

  14. Why Do So Many People Would Like To Learn More About Semi
    Truck Lawyer? easley semi Truck accident law firm

  15. magnificent issues altogether, you simply received a
    new reader. What may you recommend in regards to your
    publish that you made a few days in the past?
    Any sure?

  16. The Underrated Companies To Follow In The Wall Mounted Electric Fires Industry Contemporary wall mounted fires

  17. Bryant表示:

    10 Things Everyone Hates About Double Glazing Repairs Near Me double glazing near me, Bryant,

  18. Why Nobody Cares About Repairs To Double Glazed Windows Window Repairs

  19. 9 Lessons Your Parents Teach You About Double Glazing Window Repairs Near Me Window Repairs Near Me

  20. The Worst Advice We’ve Ever Been Given About Veterans Disability Claim salem veterans disability law firm

  21. ElmerWes表示:

    cenforce.pro buy cenforce Purchase Cenforce Online

  22. The Leading Reasons Why People Perform Well With The Window Glass Replacement
    London Industry Double glazing windows london

  23. reps表示:

    7 Secrets About UK Avon That Nobody Will Tell You reps

  24. 10 Great Books On Online Shopping Website
    In London smart ir bullet and dome cameras

  25. borneo303表示:

    Outstanding quest there. What happened after? Thanks!

    Also visit my site … borneo303

  26. What’s The Current Job Market For Double Glazed Window Repairs Professionals?

    Double glazed window repairs

  27. It’s a really touching and will invoke emotion, so give this funeral gift to someone who you’re nearer to.

  28. avon kit表示:

    A Rewind How People Discussed Avon Kits 20 Years Ago avon kit

  29. jogo do tigre表示:

    Hello, just wanted to say, I liked this post. It was helpful.
    Keep on posting!

  30. 20 Things You Must Know About 3 Wheel Mobility Scooter For Adults 3 wheel mobility scooter For adults uk

發佈留言

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