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,363,277 Responses

  1. Stephengen表示:

    http://vgrsansordonnance.com/# Viagra sans ordonnance livraison 48h

  2. Stephengen表示:

    http://pharmaciepascher.pro/# acheter mГ©dicament en ligne sans ordonnance

  3. Kandi表示:

    Everything You Need To Know About Repair Patio Door repair patio door lock (Kandi)

  4. HeathZex表示:

    Pharmacie sans ordonnance: cialis generique – Achat mГ©dicament en ligne fiable

  5. Профессиональный сервисный центр по ремонту объективов в Москве.
    Мы предлагаем: ремонт объектив фотоаппарат
    Наши мастера оперативно устранят неисправности вашего устройства в сервисе или с выездом на дом!

  6. HeathZex表示:

    Acheter viagra en ligne livraison 24h: Acheter du Viagra sans ordonnance – Viagra femme ou trouver

  7. HeathZex表示:

    Viagra femme ou trouver: Sildenafil Viagra – Viagra homme sans prescription

  8. JamesBuice表示:

    medicine in mexico pharmacies: medicine in mexico pharmacies – buying prescription drugs in mexico online
    reputable mexican pharmacies online

  9. Stephengen表示:

    https://pharmaciepascher.pro/# Pharmacie Internationale en ligne

  10. HeathZex表示:

    pharmacies en ligne certifiГ©es: Pharmacie en ligne livraison Europe – pharmacies en ligne certifiГ©es

  11. JamesBuice表示:

    mexican drugstore online: medication from mexico – mexican rx online
    pharmacies in mexico that ship to usa

  12. Сервисный центр предлагает ремонт морозильной камеры бирюса рядом мастерские ремонта морозильных камер бирюса

  13. Hello there, You have done an excellent job.
    I’ll definitely digg it and personally recommend to my friends.
    I am confident they will be benefited from this site.

  14. JamesBuice表示:

    buying prescription drugs in mexico online: mexican online pharmacies prescription drugs – medication from mexico pharmacy
    mexican pharmaceuticals online

  15. JamesBuice表示:

    mexico drug stores pharmacies: mexican pharma – п»їbest mexican online pharmacies
    mexican online pharmacies prescription drugs

  16. HeathZex表示:

    Pharmacie en ligne livraison Europe: Cialis generique achat en ligne – Pharmacie en ligne livraison Europe

  17. slot gacor表示:

    What’s up, I log on to your blogs daily. Your humoristic
    style is awesome, keep it up!

  18. Stephengen表示:

    https://vgrsansordonnance.com/# Meilleur Viagra sans ordonnance 24h

  19. I have read a few good stuff here. Certainly worth bookmarking for revisiting.

    I surprise how much attempt you place to make this sort of fantastic informative website.

    Check out my site :: Posizionamento SEO per siti web di piccole imprese in Italia

  20. Charlesrab表示:

    pharmacie en ligne france livraison internationale pharmacie en ligne sans ordonnance pharmacie en ligne france livraison belgique

  21. JamesBuice表示:

    mexico drug stores pharmacies: п»їbest mexican online pharmacies – best online pharmacies in mexico
    mexico pharmacies prescription drugs

  22. JamesBuice表示:

    reputable mexican pharmacies online: п»їbest mexican online pharmacies – mexican mail order pharmacies
    mexico drug stores pharmacies

  23. HeathZex表示:

    pharmacie en ligne fiable: pharmacie en ligne pas cher – pharmacie en ligne france livraison internationale

  24. Ten Repair Patio Doors That Really Change Your Life Repair Patio Doors

  25. Charlesrab表示:

    pharmacie en ligne france fiable pharmacie en ligne sans ordonnance Pharmacie en ligne livraison Europe

  26. Hi there, just became alert to your blog through Google, and found that it’s truly informative.

    I’m gonna watch out for brussels. I will appreciate if you continue this in future.
    Lots of people will be benefited from your writing.
    Cheers!

    my site traduzione scientifica

  27. Latesha表示:

    15 Things You Don’t Know About Coffee Maker Bean To Cup home bean to cup coffee machine;
    Latesha,

  28. Stephengen表示:

    https://pharmaciepascher.pro/# pharmacie en ligne avec ordonnance

  29. Stephengen表示:

    https://clssansordonnance.icu/# pharmacie en ligne fiable

發佈留言

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