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,153,783 Responses

  1. 5 Online Shopping Websites Clothes Tips From The Professionals
    Online Shopping websites For clothes

  2. porn site表示:

    Great blog here! Also your web site loads up very
    fast! What host are you using? Can I get your affiliate
    link to your host? I wish my website loaded up as quickly as yours lol

  3. I do not even know the way I ended up here, but I believed this submit was once good.
    I do not recognise who you might be but certainly you are going to a famous blogger should you aren’t already.
    Cheers!

  4. Everything You Need To Learn About Couches For Sale Near
    Me couch That turns into a bed

  5. BrandonMah表示:

    Discovered an intriguing article, I recommend you to check it out http://darknews.ru/psihologicheskie-kursyi-onlayn-uznayte-sekretyi-psihiki

  6. Drugs information sheet. Short-Term Effects.
    generic cipro without insurance
    All news about medicine. Read now.

  7. This article offers clear idea in favor of the new people of blogging, that actually
    how to do running a blog.

  8. Medicament information sheet. Effects of Drug Abuse.
    where buy cheap esomeprazole pill
    Everything information about meds. Get now.

  9. Ten Fold Up Wheelchairs That Really Make Your Life Better fold up Wheelchairs; alt1.toolbarqueries.google.si,

  10. Ernest表示:

    The Hidden Secrets Of Truck Accident Attorney Near Me
    truck accidents (Ernest)

  11. read more表示:

    Thanks very nice blog!

  12. The 10 Most Terrifying Things About ADHD In Women Uk adhd In Women Uk

  13. My spouse and I absolutely love your blog and find most of your post’s to be exactly what I’m
    looking for. Would you offer guest writers to write content
    available for you? I wouldn’t mind publishing a post or elaborating on a few of the subjects
    you write about here. Again, awesome web log!

    Take a look at my homepage – lottery defeater software for android

  14. The Cerebral Palsy Law Success Story You’ll Never Remember
    cerebral Palsy Lawsuit

  15. 5 Common Phrases About Online Retailers Uk Stats You Should Avoid Best luxury online Shopping Sites uk

  16. Pills information sheet. What side effects?
    can you buy generic inderal pills
    Everything information about medicines. Get now.

  17. Drugs information for patients. Long-Term Effects.
    can i order cheap fluvoxamine without dr prescription
    Best information about meds. Get information now.

  18. Drug information. Drug Class.
    can i purchase generic cipro for sale
    All about drugs. Get information now.

  19. 10 No-Fuss Ways To Figuring Out Your Progressive Slots top winning slots

  20. Write more, thats all I have to say. Literally, it seems as though
    you relied on the video to make your point. You obviously know what youre talking
    about, why throw away your intelligence on just posting videos to
    your weblog when you could be giving us something enlightening to read?

  21. 10 Things Everyone Gets Wrong About The Word
    “Mesothelioma” mesothelioma claims

  22. Williegauth表示:

    Mohamed Salah https://mohamedsalah.prostoprosport-br.com e um futebolista egipcio que joga como atacante do clube ingles Liverpool e do Selecao egipcia. Considerado um dos melhores jogadores de futebol do mundo. Tricampeao da Chuteira de Ouro da Premier League inglesa: em 2018 (sozinho), 2019 (junto com Sadio Mane e Pierre-Emerick Aubameyang) e 2022 (junto com Son Heung-min).

  23. Nine Things That Your Parent Taught You About Upvc Window Repairs Near
    Me Upvc window repairs Near me

  24. Useful information. Lucky me I discovered your
    site by chance, and I’m shocked why this twist
    of fate did not happened in advance! I bookmarked it.

  25. Medicines information for patients. Effects of Drug Abuse.
    where to get pulmicort online
    Everything about medicament. Read here.

發佈留言

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