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...

876,585 Responses

  1. Hey there! I know this is somewhat off topic but
    I was wondering if you knew where I could find a captcha plugin for my comment form?
    I’m using the same blog platform as yours and I’m having problems finding
    one? Thanks a lot!

  2. Link exchange is nothing else except it is only placing the other person’s blog link on your page at appropriate place and other person will also do same for you.

  3. Charley表示:

    This Is The Ugly The Truth About Double Glazing Repair Kit window repairs, Charley,

  4. Online Shopping Figures Uk Tools To Help You Manage Your Daily Life construction master pro-desktop 44080

  5. Why Accident Lawyer Is Everywhere This Year Accident Attorneys

  6. Normand表示:

    You’ll Never Guess This Online Clothes Shopping Websites Uk’s Secrets online
    clothes shopping websites uk (Normand)

  7. Car表示:

    Guide To Car Key Repair Near Me: The Intermediate Guide
    In Car Key Repair Near Me Car

  8. 8 Tips To Improve Your Private ADHD Assessment Game how to get a private adhd assessment

  9. This article is in fact a good one it assists new internet viewers, who are wishing for blogging.

  10. nearest表示:

    The People Nearest To Egg Vibrators Sex Toys Have Big Secrets To Share nearest

  11. 15 Double Glazed Window Repair Benefits That Everyone Should Know Window repairs near me

  12. You’ll Never Guess This Coffee To Bean Machine’s Tricks coffee to bean machine

  13. RandallTaulp表示:

    cytotec buy online usa: order cytotec online – cytotec pills buy online

  14. Vimeo.Com表示:

    10 Apps To Aid You Control Your Uk Women’s Online Shopping Websites Vimeo.Com

  15. WilliamRhype表示:

    http://ciprofloxacin.tech/# cipro online no prescription in the usa

  16. WilliamRhype表示:

    http://finasteride.store/# cost of propecia without dr prescription

  17. RandallTaulp表示:

    does tamoxifen cause weight loss: tamoxifen and osteoporosis – alternative to tamoxifen

  18. WilliamRhype表示:

    http://nolvadex.life/# common side effects of tamoxifen

  19. Your Worst Nightmare About Treatments For Adhd Come To Life Treating adult adhd

  20. This Week’s Most Remarkable Stories About Best CSGO Opening Site
    Best CSGO Opening Site counter-strike cases

  21. 8 Tips For Boosting Your Slot Technology Game slots with free bonus Rounds

  22. case chroma表示:

    What Is CS GO Cases To Open’ History? History Of CS GO Cases To Open case chroma

  23. RandallTaulp表示:

    lisinopril tablets india: lisinopril 60 mg daily – can i order lisinopril online

  24. Encoskr.Com表示:

    What’s The Reason Everyone Is Talking About Amateur Slots Today Top-Rated Online Slots (Encoskr.Com)

  25. You actually expressed that wonderfully!

  26. Motorcycle Accident Lawyers Techniques To Simplify Your Everyday Lifethe Only Motorcycle Accident Lawyers Technique Every Person Needs To
    Be Able To motorcycle accident Lawyers

  27. The Three Greatest Moments In Mesothelioma Law History Mesothelioma litigation

  28. Tawnya表示:

    10 Things That Your Family Taught You About London Window And
    Door london window and door (Tawnya)

發佈回覆給「WilliamRhype」的留言 取消回覆

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