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

  1. I got this web page from my pal who told me concerning this site and now this time I am browsing this web site
    and reading very informative posts here.

  2. Lee表示:

    15 Gifts For The How Many Cases Are There In CSGO Lover In Your Life cs2 case (Lee)

  3. vimeo.com表示:

    8 Tips To Increase Your Online Shopping Sites Uk Game vimeo.com

  4. Присоединяйтесь к группам объявлений России!
    Частные объявления всегда были и будут бесплатными.
    Соблюдайте правила групп, чтобы размещать Ваши объявления
    Подписывайтся на свою группу, чтобы размещать объявления. https://t.me/addlist/2JY5f6-xD9Y4ODIy

  5. Replace表示:

    Double Glazed Windows Repairs Tools To Streamline Your
    Daily Life Replace

  6. Marcus表示:

    5 Killer Quora Answers On Car Accident Attorneys car accident attorneys (Marcus)

  7. Guide To Mesothelioma Attorneys: The Intermediate Guide
    To Mesothelioma Attorneys mesothelioma (http://web018.dmonster.kr/bbs/board.php?bo_table=b0601&wr_id=1594265)

  8. WilliamRhype表示:

    http://ciprofloxacin.tech/# ciprofloxacin generic price

  9. 10 Websites To Help You Learn To Be An Expert In List Of Online Shopping Sites In Uk Zippo Pocket Lighter

  10. The Little-Known Benefits Replace Bmw Key replacement key for bmw

  11. Adhd In Adults Medication: What’s No One Is
    Talking About add In adults medication

  12. WilliamRhype表示:

    http://cytotec.club/# cytotec abortion pill

  13. WilliamRhype表示:

    https://finasteride.store/# how cЙ‘n i get cheap propecia pills

  14. Lolita表示:

    Can I Buy From A Uk Website: Myths And Facts Behind Can I
    Buy From A Uk Website Durable Car Battery Cable (Lolita)

  15. 20 Best Tweets Of All Time About Work From Home Jobs Online
    Uk work from home jobs online

  16. WilliamRhype表示:

    http://lisinopril.network/# can i buy lisinopril over the counter

  17. taka77表示:

    What’s up colleagues, nice piece of writing and pleasant arguments commented at this place, I am
    in fact enjoying by these.

  18. What’s The Job Market For Double Glazed Repairs Near Me
    Professionals? Local double glazing repair

  19. Alexis表示:

    Five Assessment Mental Health Projects For Any Budget assessing
    mental health – Alexis

  20. 17 Reasons You Shouldn’t Not Ignore Locksmiths Car
    car key fob locksmith near me

  21. What Fiat 500 Spare Key You’ll Use As Your
    Next Big Obsession Fiat Remote Key

  22. The No. One Question That Everyone In Double Bed Bunk Beds Should Be
    Able To Answer 2 double bunk beds

  23. 10 Mesothelioma Settlement Tips All Experts Recommend Asbestos attorney (http://www.plantsg.Com.Sg)

  24. 10 Freezer For Outbuilding Tricks Experts Recommend top freezer brands

  25. sange表示:

    My brother recommended I may like this website. He was once totally right.
    This publish truly made my day. You can not
    imagine just how much time I had spent for this info!
    Thanks!

  26. 10 Factors To Know Concerning Built-In Fridge You Didn’t Learn In School fridge zanussi

  27. A Look Into The Future What Is The Double Glazed Window Suppliers Near Me Industry Look Like In 10 Years?
    repairs double glazed windows

  28. Davidtes表示:

    ciprofloxacin order online buy ciprofloxacin ciprofloxacin mail online

  29. You’ll Never Guess This Private Mental Health Assessment’s Tricks Private mental health assessment

發佈留言

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