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,667,161 Responses

  1. LeroyBak表示:

    indian pharmacy online indian pharm 24 reputable indian online pharmacy

  2. 80.82.64.206表示:

    10 Times You’ll Have To Know About Get A Car Key Cut key cut place Near me (80.82.64.206)

  3. What’s Holding Back The Folding Treadmill Industry?
    Treadmill Foldable

  4. babi表示:

    I’m not sure exactly why but this weblog is loading extremely slow for me.
    Is anyone else having this problem or is it a issue on my end?
    I’ll check back later on and see if the problem still exists.

  5. Jorgeagopy表示:

    mexican rx online: mexico pharmacy – buying from online mexican pharmacy

  6. Amazing! This blog looks just like my old one! It’s on a entirely different subject but it has pretty much the same layout and design. Great choice of colors!

  7. This website was… how do you say it? Relevant!! Finally I have found something that
    helped me. Many thanks!

  8. slot表示:

    Ahaa, its nice conversation on the topic of this article at this place at this webpage, I have
    read all that, so now me also commenting at this place.

  9. Aaronrem表示:

    Надежный сервис по аренде яхт, для тех, кто ценит комфорт, узнать больше здесь https://graphicmama.com/profile/dubairiviera

  10. DevonPhack表示:

    https://pharm24.pro/# sildenafil without a doctor’s prescription
    best ed treatments

  11. slot gacor表示:

    I’m impressed, I must say. Rarely do I come
    across a blog that’s equally educative and entertaining, and without a doubt, you have hit the nail on the head.
    The problem is something which not enough people are speaking intelligently
    about. I am very happy that I came across this in my hunt for something concerning this.

  12. 10 ADHD Private Diagnosis Tips All Experts Recommend Private ADHD Assessment Hampshire

  13. BrandonSaisy表示:

    mexican drugstore online: Legit online Mexican pharmacy – mexican online pharmacies prescription drugs

  14. Hello there, You’ve done an incredible job.
    I’ll certainly digg it and personally suggest to my friends.
    I am sure they will be benefited from this web site.

  15. Hello my loved one! I want to say that this article is awesome, great written and include approximately all significant
    infos. I’d like to look extra posts like this .

  16. Hi there very nice blog!! Guy .. Excellent .. Superb ..

    I will bookmark your blog and take the feeds additionally?

    I am happy to seek out numerous useful info here in the submit,
    we need develop extra strategies in this regard, thanks for sharing.
    . . . . .

  17. LeroyBak表示:

    cheapest ed pills online cheap medication vacuum pump for ed

  18. Азино777, как современная платформа, заботится о том, чтобы все
    пользователи могли без труда пользоваться своими
    аккаунтами, независимо от того, где они размещены.

  19. Godfather789表示:

    Godfather789ยเว็บตรงของคนไทย เจ้าพ่อมาเฟียเว็บใหญ่ไม่มีโกง

  20. I’m not sure why but this site is loading extremely slow
    for me. Is anyone else having this issue or is it a issue
    on my end? I’ll check back later on and see if the problem still exists.

  21. Greetings! I’ve been following your weblog for some time now
    and finally got the courage to go ahead and give
    you a shout out from New Caney Texas! Just wanted to
    tell you keep up the excellent work!

  22. LeroyBak表示:

    mexican drugstore online mexico pharmacy buying prescription drugs in mexico

  23. BrandonSaisy表示:

    indianpharmacy com: Best online Indian pharmacy – india pharmacy mail order

  24. красота – подразумевает достаточно, черты человека, что дарят наблюдателю бесконечное наслаждение, с чем носить жилетку без рукавов.

    my homepage – https://beauty-and-style.ru/s-chem-nosit-zhiletku-trendovye-obrazy-2023-goda.html

  25. sandibet表示:

    This post gives clear idea in support of the new people of blogging, that
    actually how to do blogging.

  26. LeroyBak表示:

    pharmacies in mexico that ship to usa mexican pharmacy mexican mail order pharmacies

  27. Incredible! This blog looks exactly like my old one!
    It’s on a entirely different subject but it has pretty much
    the same layout and design. Superb choice of colors!

  28. Its such as you learn my mind! You seem to know so much about this,
    such as you wrote the ebook in it or something. I believe that you just could do
    with a few percent to pressure the message house a
    bit, but other than that, that is wonderful blog. A great read.
    I’ll certainly be back.

  29. Jorgeagopy表示:

    natural treatment for ed: cheap pharmacy online – erectile dysfunction drugs

發佈留言

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