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,432,100 Responses

  1. Jorgeagopy表示:

    viagra vs cialis bodybuilding: affordable medication – erectional dysfunction

  2. Guide To Situs Toto Togel: The Intermediate Guide In Situs Toto Togel situs toto togel

  3. 10 Scooters For Sale Mobility-Related Projects To Stretch Your
    Creativity class 2 mobility scooters for Sale

  4. See What Untreated ADHD In Adults Tricks The Celebs Are Using untreated adhd in adults

  5. You have made some good points there. I checked on the web to find out more about
    the issue and found most people will go along with your views on this web site.

  6. Diplomi_eroi表示:

    купить диплом старого образца в тюмени купить диплом старого образца в тюмени .

  7. Regan表示:

    10 Things That Your Family Teach You About ADHD Assessment Adults Uk adhd assessment adults uk (Regan)

  8. AndrewEvize表示:

    Купить онлайн металл в нашем интернет магазине достаточно просто. Для этого вам необходимо перейти в интересующий вас раздел из нашего каталога купить металлический

  9. mesothelioma表示:

    Mesothelioma Attorney Tools To Ease Your Daily Lifethe One Mesothelioma Attorney Trick Every Person Should Learn mesothelioma

  10. Zack表示:

    How To Outsmart Your Boss On Replacement Windows High Wycombe composite
    doors high wycombe (Zack)

  11. Generally I don’t learn article on blogs, however I would like to say that
    this write-up very compelled me to check out and
    do so! Your writing style has been amazed me. Thanks,
    very great article.

  12. Data HK表示:

    Hi there just wanted to give you a quick heads up. The text in your article seem to be running off the screen in Safari.
    I’m not sure if this is a format issue or something to do with web browser compatibility but I figured
    I’d post to let you know. The design look great though!
    Hope you get the issue resolved soon. Thanks

    https://w9.datahk4d.net/

  13. Jorgeagopy表示:

    buying prescription drugs in mexico: Legit online Mexican pharmacy – mexican rx online

  14. Incredible all kinds of awesome data.

  15. The 10 Most Scariest Things About Bifold Door Seal Repair bifold door seal repair

  16. Для гаджетів, що працюють
    на ОС Андроїд, є кілька способів завантаження фотографій з Інстаграм.

  17. Do you mind if I quote a few of your articles as long as I provide credit and sources back to your site?
    My blog is in the very same area of interest as yours and my users would truly benefit from some
    of the information you present here. Please let me know if this okay with you.
    Regards!

  18. Williamagric表示:

    ed treatment https://pharm24.pro/# over the counter ed remedies

  19. The 10 Most Terrifying Things About Volkswagen Replacement Key Cost
    Uk Volkswagen Replacement Key Cost Uk (http://Www.Stes.Tyc.Edu.Tw/)

  20. Are Asbestos Attorneys As Crucial As Everyone Says?
    mesothelioma attorney

  21. Michaelkeymn表示:

    Наша юкос «Фотосайт числом мебели для кухни» захватывается формированием (а) также перепродажей качественной кашеварной мебели. Да мы с тобой предлагаем широченный ассортимент продукции, яже говорит наиболее прогрессивным трафаретам и еще тенденциям дизайна http://www.sufebey8kuhnishki.ru.

  22. I think the admin of this website is in fact working hard in support of his website, since
    here every information is quality based material.

  23. Five Adhd Assessment Lessons From Professionals Get An Adhd Assessment

  24. The Top 5 Reasons People Thrive In The Private Psychiatrist Diagnosis Industry
    private psychiatrist derry

  25. Medicines information. What side effects?
    where buy colchicine without insurance
    Best information about drug. Get here.

  26. slot gacor表示:

    Can I simply say what a comfort to uncover someone who truly understands what they are discussing on the web.
    You actually understand how to bring an issue to light and make it important.
    More people must read this and understand this side of the story.
    It’s surprising you’re not more popular given that you most certainly possess the gift.

發佈留言

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