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,625,335 Responses

  1. Medication information for patients. What side effects?
    where to buy cheap loperamide prices
    Some what you want to know about medicine. Read here.

  2. 12 Companies Leading The Way In Upvc Doors Repair upvc doors repairs

  3. 4 Tricks Increase Your Online Poker Cash Game Profits 에볼루션 드림캐쳐

  4. I love what you guys are up too. Such clever work annd reporting!
    Keep upp the awesome works guys I’ve incorporated you guys to oour
    blogroll.

    Also visit my website – ciri-ciri khodam

  5. slot表示:

    That is a good tip especially to those fresh to
    the blogosphere. Simple but very accurate info… Appreciate your
    sharing this one. A must read article!

  6. The Most Underrated Companies To In The Treadmill Fold Flat Industry Treadmills That Fold Flat – http://www.Instapaper.com

  7. RileyBok表示:

    Viagra * Cialis * Levitra

    All the products you are looking for are currently convenient for the duration of 1+1.

    4 more tablets of unified of the following services: Viagra * Cialis * Levitra

    https://pxman.net

  8. Where To Research Repair Upvc Windows Online upvc windows online

  9. pepek表示:

    Your style is so unique compared to other folks I’ve read stuff
    from. Thank you for posting when you’ve got the opportunity, Guess I will
    just bookmark this page.

  10. Jame表示:

    Why Nobody Cares About Case Opening Battle case battle cs go – Jame,

  11. slot gacor表示:

    Wonderful, what a web site it is! This blog gives useful facts to us, keep it up.

  12. The Next Big Trend In The Ford Focus Replacement Key Cost
    Uk Industry Replacement Ford Transit Keys

  13. Fantastic blog you have here but I was curious if you knew of any forums that cover the same topics discussed
    in this article? I’d really love to be a part of online community
    where I can get opinions from other experienced people that share the same interest.

    If you have any suggestions, please let me know. Thank you!

  14. The Under-Appreciated Benefits Of Ford Replacement Key Cost Uk ford key cover

  15. The Three Greatest Moments In Green Power Mobility History
    Green Power Mobility scooter reviews

  16. потім на нього https://okna-atlant.com.ua/okna/ наноситься ламінаційна плівка.

  17. I just like the helpful info you provide on your articles.
    I’ll bookmark your weblog and test again here frequently.
    I’m slightly sure I’ll be informed lots of new stuff right
    here! Good luck for the following!

  18. Diplomi_jhma表示:

    купить диплом техникума нижнем landik-diploms.ru .

  19. The One Retro Fridge Freezer Cream Mistake Every Beginning Retro Fridge Freezer Cream User Makes retro american style Fridge freezer

  20. Introduction Sweet Aura CBD Ingredients Aura is a
    popular brand that offers a wide range of CBD products designed to promote overall
    wellness and relaxation.

  21. 5 Killer Quora Answers To Foldable Flat Treadmill Foldable Flat Treadmill

  22. I always used to study paragraph in news papers
    but now as I am a user of internet thus from now I am using net for
    posts, thanks to web.

  23. The 10 Scariest Things About Replacement Sealed Units Cost Upvc door seal repairs near me

  24. Diplomi_fqel表示:

    куплю диплом высшего образования форум man-diploms.ru .

發佈回覆給「เกมสล็อต1688」的留言 取消回覆

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