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,674,278 Responses

  1. Learn What Seat Key Fob Replacement Tricks The Celebs Are
    Utilizing seat exeo key programming

  2. Arnoldten表示:

    mexican drugstore online mexican drugstore online п»їbest mexican online pharmacies

  3. It’s The Electric Motorized Treadmill Case Study You’ll Never Forget 2.5 hp Folding electric treadmill

  4. WayneCoirl表示:

    mexican border pharmacies shipping to usa: pharmacies in mexico that ship to usa – mexican drugstore online

  5. evisa vietnam表示:

    Very nice post. I just stumbled upon your weblog and wished to say that
    I’ve really enjoyed surfing around your blog posts.
    After all I will be subscribing to your rss feed and I hope you write again soon!

  6. SEO是什麼表示:

    https://filedn.eu/lXvDNJGJo3S0aUrNKUTnNkb/digi5/research/digi5-(454).html
    With choices in any neckline or silhouette, seem like A line, strapless, Taffeta, organza, and lace.

  7. Hi! I could have sworn I’ve been to this blog before but after looking at some of the posts I realized it’s
    new to me. Regardless, I’m certainly delighted I found it and
    I’ll be book-marking it and checking back often!

  8. https://tendoncare17.s3.us-east-005.backblazeb2.com/research/tendoncare17-(199).html
    Similar to the moms of the bride and groom, the grandmothers may wish to coordinate with the wedding party.

  9. شهوتی表示:

    Kudos, I enjoy this.

  10. Seat Leon Key Replacement Tools To Ease Your Daily Lifethe One Seat Leon Key Replacement Trick
    Every Person Should Know Seat Leon Key Replacement

  11. 14 Cartoons About Boat Accident Lawsuit Which Will Brighten Your
    Day Boat Accident Attorney

  12. I’m really enjoying the design and layout of your site.

    It’s a very easy on the eyes which makes it much more enjoyable for me to come here and
    visit more often. Did you hire out a designer to create your theme?

    Excellent work!

    My page – realtor in Frisco TX

  13. https://accounting1007.s3.us-west-004.backblazeb2.com/research/accounting1007-(106).html
    This gorgeous gown is created from double-stretch Mikado for a streamlined, comfortable fit.

  14. Arnoldten表示:

    buying from online mexican pharmacy mexican drugstore online mexico pharmacy

  15. What’s The Job Market For Treadmill Shop Near Me Professionals?
    Treadmill shop near Me

  16. Hello, this weekend is fastidious in support of me, because this time
    i am reading this enormous informative post here at my house.

  17. You’ll Never Guess This Upvc Window Repair’s Tricks Upvc Window Repair

  18. evisa vietnam表示:

    Piece of writing writing is also a fun, if you know then you can write
    or else it is complicated to write.

  19. Nelsonbluck表示:

    buying prescription drugs in mexico online: pharmacies in mexico that ship to usa – best online pharmacies in mexico

  20. evisa vietnam表示:

    I’d like to thank you for the efforts you’ve put in penning this website.
    I am hoping to see the same high-grade content by you in the
    future as well. In truth, your creative writing abilities has encouraged me to get
    my very own site now 😉

  21. WayneCoirl表示:

    mexico drug stores pharmacies: mexican border pharmacies shipping to usa – purple pharmacy mexico price list

  22. Ghost Installations Tools To Ease Your Daily Lifethe One
    Ghost Installations Trick That Everybody Should Know ghost Installations

  23. Nelsonbluck表示:

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

  24. Mazrcip表示:

    Добрый день!
    Узнайте стоимость диплома высшего и среднего образования и процесс получения
    mans-diplomas.ru

  25. WayneCoirl表示:

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

  26. 公司登記表示:

    https://accounting037.netlify.app/research/accounting037-(307)
    You might go for a traditional shade such as navy, or choose a summery color just like the Eliza j ruched waist jumpsuit .

  27. Arnoldten表示:

    mexico drug stores pharmacies mexican pharmacy buying from online mexican pharmacy

  28. https://filedn.eu/lXvDNJGJo3S0aUrNKUTnNkb/accounting23/research/accounting23-(162).html
    Knowing slightly bit about what you’d wish to wear might help you slim down your selections.

  29. DominicJaw表示:

    mexican online pharmacies prescription drugs: mexican rx online – medicine in mexico pharmacies

發佈回覆給「ghost Installations」的留言 取消回覆

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