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,256,688 Responses

  1. You’ll Never Be Able To Figure Out This Attorneys Accidents’s Tricks Attorneys accidents

  2. You actually reported it wonderfully.

  3. item upgrader表示:

    The 10 Scariest Things About Item Upgrader item upgrader

  4. 10 Amazing Graphics About Wall Mount Electric
    Fireplace wall mounted electric fire

  5. CarlosSlala表示:

    mexican drugstore online: mexicanpharmeasy.com – pharmacies in mexico that ship to usa

  6. Joel Cross表示:

    This was very insightful. Check out NARDI ALFA CHAISE for more

  7. madepics.net表示:

    It is perfect time to make a few plans for the longer term and it is time to
    be happy. I have read this post and if I may I want to counsel you some fascinating things or suggestions.
    Maybe you can write next articles regarding this article. I desire to read more things about it!

  8. The Top Replacement Upvc Window Handles Gurus Are Doing
    3 Things upvc window Repairs

  9. CarlosSlala表示:

    buying prescription drugs in mexico online: mexican pharm easy – pharmacies in mexico that ship to usa

  10. TradeVantix表示:

    Heya i’m for the first time here. I found this board and I find It truly helpful & it helped me out much.
    I’m hoping to give something again and help others
    such as you aided me.

  11. magnificent issues altogether, you simply received a new reader.
    What may you recommend in regards to your post that you simply made some days in the past?
    Any sure? http://old.amerit.org.mk/question/vintage-sneakers-embrace-retro-style-with-timeless-footwear-22/

  12. 7 Helpful Tricks To Making The The Most Of Your Freestanding
    Electric Fireplace Suites Freestanding Electric Fireplace Heater With Mantel

  13. The 10 Scariest Things About Patio Door Lock Repairs Near Me patio door lock Repairs

  14. AdolfoAnove表示:

    best ed medicine: canadianpharm1st.com – male erection

  15. What’s The Job Market For Retro Fridge Freezer Frost Free Professionals Like?

    retro Fridge freezer Frost free

  16. Media Wall Fireplace Near Me: 11 Things You’ve Forgotten To Do Ezee glow 50 aura media wall electric suite

  17. Ivy表示:

    7 Things You’ve Always Don’t Know About Eco-Friendly Scooters
    four wheels electric mobility scooter (Ivy)

  18. Volvo v40 Key表示:

    Five Killer Quora Answers To Volvo V40 Key Volvo v40 Key

  19. Voce teve um sonho incomum?
    Porque e que sonho com uma cruz partida?

    [url=http://www.atos-it.ru/blog/news/010919.html?page=3121#comment-334821]Olhar num espelho num sonho[/url] [url=http://xn--e1aoddcgsc8a.xn--p1ai/showthread.php?tid=38730&pid=332516#pid332516]Porque e que sonho com o kvass?[/url] [url=http://nrp.i7.lt/index.php?/topic/926211-dfecwecrw/page-3877#entry4033420]Sonha com um cao que morde o seu braco? Doeu e sangrou? Interpretacao de um sonho de acordo com diferentes livros de sonho[/url] [url=http://nrp.i7.lt/index.php?/topic/896846-%E2%80%A2-iron-grate-bbq-co-closes-its-doors-after-8-years-of-service-wisn/page-4666#entry4022656]Sonho de um gato adormecido[/url] [url=http://vip-gips.com.ua/blog/k2-category/item/14-this-century-old-church-is-now-a-cozy-home]Olhar num espelho num sonho[/url] 4979398

  20. telegram中文是一款主打隐私保护和高安全性的即时通讯应用,广泛支持全球用户。虽然 Telegram 没有发布专门的“中文版”,但其支持简体中文和繁体中文语言,用户可以通过设置轻松切换到中文界面。Telegram 提供了包括加密聊天、语音通话、文件传输、大型群组和频道等丰富的功能,并且支持跨平台同步,用户可以在手机、电脑等设备上无缝使用。https://www.telegramoo.com

  21. 10 Case Battle That Are Unexpected Csgo Battle Case

  22. Kassie表示:

    Three Greatest Moments In Skoda Car Key History skoda keys locked in car (Kassie)

發佈留言

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