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,666,696 Responses

  1. The framework became part of the design.

  2. Drugs prescribing information. Brand names.
    where to get generic norvasc without insurance
    Some what you want to know about drug. Get information now.

  3. LeroyBak表示:

    natural remedies for ed problems cheap meds erectial dysfunction

  4. Five Killer Quora Answers To Private ADHD Assessment London Private Adhd Assessment London

  5. Williamagric表示:

    male erection https://pharm24.pro/# drug store online

  6. LeroyBak表示:

    buy generic ed pills online cheap drugs online how to treat ed

  7. if to talk about design, then the best wordpress themes for digital agency are minimalistic, there is a lot of white space in them.
    they presented in various styles design, including slider images and videos in dark and light versions.

  8. DevonPhack表示:

    https://pharm24.pro/# best ed pills online
    ed clinics

  9. LeroyBak表示:

    Online medicine home delivery Indian pharmacy international shipping indianpharmacy com

  10. LeroyBak表示:

    buy prescription drugs from india India pharmacy delivery top 10 online pharmacy in india

  11. Jorgeagopy表示:

    indian pharmacy online: indian pharm 24 – Online medicine home delivery

  12. slot gacor表示:

    Attractive element of content. I simply stumbled upon your weblog and
    in accession capital to assert that I get in fact loved account your weblog
    posts. Anyway I will be subscribing for your feeds and even I achievement you get
    right of entry to persistently quickly.

  13. 15 . Things That Your Boss Would Like You To Know You Knew About
    Male Masturbators auto male masturbator

  14. You’ll Never Be Able To Figure Out This Tilt And Turn Patio Doors Uk’s Tricks Tilt And Turn Patio Doors Uk

  15. optimization表示:

    10 Undeniable Reasons People Hate International SEO
    Agency optimization

  16. It’s very straightforward to find out any topic on web as compared to books, as I found
    this piece of writing at this web site.

  17. LeroyBak表示:

    buy prescription drugs online without cheap pharmacy cheap drugs

  18. Jorgeagopy表示:

    mexico pharmacies prescription drugs: Legit online Mexican pharmacy – mexico pharmacies prescription drugs

  19. slot gacor表示:

    Hey just wanted to give you a brief heads up and let you know a few of the pictures
    aren’t loading correctly. I’m not sure why but I
    think its a linking issue. I’ve tried it in two different browsers
    and both show the same outcome.

  20. click here表示:

    Hi, I think your site might be having browser compatibility issues.
    When I look at your website in Safari, it looks fine
    but when opening in Internet Explorer, it has some overlapping.

    I just wanted to give you a quick heads up! Other then that, great blog!

  21. I constantly spent my half an hour to read this webpage’s articles every day along with
    a mug of coffee.
    https://virdsam.money/

  22. BrianAmese表示:

    Наш инет-магазин “Мебель-шмммммммебель” призывает широченный набор мебели чтобы кухонь. У нас ваша милость сыщете шиздец необходимое для произведения уютного и высокофункционального внутреннего убранства https://www.tyfapao6kuhnishki.ru.

  23. experience表示:

    It is in point of fact a great and useful piece of information. I am happy that
    you simply shared this useful information with
    us. Please keep us up to date like this. Thank
    you for sharing.

    My web page … experience

  24. DevonPhack表示:

    https://pharm24.pro/# prescription drugs online without doctor
    errection problem cure

  25. This is really fascinating, You’re an overly professional blogger.
    I have joined your rss feed and sit up for
    seeking extra of your great post. Additionally, I have shared your web site in my social
    networks

  26. Ten Private Adhd Assessment Near Me That Will Change Your Life
    Adhd Assessment In Uk

  27. GPL Theme表示:

    Free Download the best premium WordPress Premium Plugin Free Download Themes, Plugins, and templates with plan. 100 original with GPL Licensed & free update.

發佈回覆給「click through the next website」的留言 取消回覆

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