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,156,075 Responses

  1. Emma表示:

    online casino

  2. online slots表示:

    The 12 Worst Types Of Users You Follow On Twitter online slots

  3. casino slots表示:

    7 Things You Didn’t Know About Slot Tournaments casino slots

  4. 15 Weird Hobbies That Will Make You More Effective At SEO Consulting In London Search Engine Marketing london

  5. 9 Things Your Parents Taught You About Window Doctor Near Me window doctor near me

  6. The 3 Greatest Moments In Modular Sectional Sofa History http://www.4452346.xyz

  7. You suggested that really well.

  8. What i do not realize is actually how you’re now
    not actually much more neatly-appreciated than you might be
    right now. You are very intelligent. You recognize therefore considerably
    on the subject of this matter, produced me personally
    believe it from numerous varied angles. Its like men and women are
    not fascinated except it’s one thing to do with Lady gaga!
    Your personal stuffs excellent. Always maintain it up!

  9. The Top Reasons Why People Succeed In The Cerebral
    Palsy Law Industry Cerebral Palsy Attorney

  10. There’s certainly a great deal to learn about this topic.
    I really like all of the points you have
    made.

  11. 15 Motor Vehicle Lawyers Benefits Everyone Should
    Be Able To motor Vehicle Accident attorney

  12. click表示:

    Great post, you have pointed out some superb details, I
    as wrll think thiss is a very good website.

    Stop by my blog :: click

  13. The Hidden Secrets Of Motor Vehicle Settlement Motor Vehicle Accidents

  14. The 10 Scariest Things About Mental Health Assessment Online
    overall mental health Assessment

  15. This Is The Professional Slots Case Study You’ll Never Forget
    top winning slots

  16. TAMPUNG99表示:

    I know this website offers quality dependent articles and other stuff, is there any other web page which gives such
    stuff in quality?

  17. An experienced mind head injury lawyer los angeles legal representative
    might be able to aid.

  18. See What Online Charity Shop Uk Clothes Tricks The Celebs Are Using online charity shop uk Clothes

  19. I am extremely impressed with your writing skills as well as with the
    layout on your blog. Is this a paid theme or did you modify it yourself?
    Anyway keep up the nice quality writing, it’s rare to see a great blog like this one nowadays.

  20. A Peek Inside Semi Truck Lawyer’s Secrets Of Semi Truck Lawyer semi truck accident Lawyers

  21. Collin表示:

    The 10 Most Scariest Things About Motor Vehicle Law motor vehicle accident attorney (Collin)

  22. MichaelCar表示:

    Thibaut Nicolas Marc Courtois https://thhibaut-courtois.prostoprosport-fr.com Footballeur belge, gardien de but du club espagnol du Real Madrid . Lors de la saison 2010/11, il a ete reconnu comme le meilleur gardien de la Pro League belge, ainsi que comme joueur de l’annee pour Genk. Triple vainqueur du Trophee Ricardo Zamora

  23. Greetings from Los angeles! I’m bored to tears at work so I decided to check out your blog on my iphone during lunch break.
    I really like the info you provide here and can’t wait to take
    a look when I get home. I’m shocked at how fast your blog loaded on my phone ..
    I’m not even using WIFI, just 3G .. Anyways,
    excellent site!

  24. 10 Misconceptions Your Boss Has About Semi Truck Claim Semi Truck Claim semi truck accident attorney

  25. It’s a shame you don’t have a donate button! I’d certainly donate
    to this fantastic blog! I guess for now i’ll settle for bookmarking and adding your RSS feed to my Google account.
    I look forward to brand new updates and will talk about this site with my Facebook group.
    Chat soon! https://Bookmarkvids.com/story18463140/sigmaac

  26. Jonh表示:

    online casino

發佈留言

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