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,158,229 Responses

  1. Medicament information. Effects of Drug Abuse.
    can i buy generic motrin online
    Best information about medicament. Read now.

  2. Simply desire to say your article is as surprising.
    The clearness on your submit is just spectacular
    and i could assume you are an expert on this subject.
    Fine together with your permission let me to grasp your RSS feed to keep updated with forthcoming post.
    Thanks 1,000,000 and please carry on the rewarding work.

  3. Denniscip表示:

    Jamal Musiala https://jamal-musiala.prostoprosport-fr.com footballeur allemand, milieu offensif du club allemand du Bayern et du equipe nationale d’Allemagne. Il a joue pour les equipes anglaises des moins de 15 ans, des moins de 16 ans et des moins de 17 ans. En octobre 2018, il a dispute deux matchs avec l’equipe nationale d’Allemagne U16. En novembre 2020, il a fait ses debuts avec l’equipe d’Angleterre U21.

  4. Для удобства пользователей предусмотрено рабочее зеркало Cryptoboss Casino на сегодня.

  5. 30 Inspirational Quotes For Mesothelioma Lawsuits Mesothelioma Law Advocate

  6. 5 Lessons You Can Learn From Coffee Machine From Beans bean to Cup coffee machine
    which (http://www.roadfire.com)

  7. 5 Killer Quora Answers To Veterans Disability Legal veterans Disability

  8. 11 “Faux Pas” You’re Actually Able To Use With Your Shop Online Uk Women’s Fashion online shopping sites with free international shipping

  9. A Peek Into Workers Compensation Lawyers’s
    Secrets Of Workers Compensation Lawyers Workers’ compensation Attorney

  10. Tammie表示:

    The 10 Most Scariest Things About Online Shopping Stores List online shopping stores list
    (Tammie)

  11. firm表示:

    This Week’s Top Stories About Birth Defect Lawyer firm

  12. Why Auto Accident Settlement Is Everywhere This Year Auto Accident Lawsuits

  13. 5 Clarifications On Motor Vehicle Settlement niagara falls motor vehicle accident
    lawyer; https://vimeo.com/,

  14. Dominic表示:

    Asking questions are genuinely fastidious thing if
    you are not understanding something fully, but this piece of writing presents fastidious understanding even.

  15. link bokep表示:

    Very nice post. I simply stumbled upon your weblog and wanted to mention that I
    have truly loved surfing around your blog posts.
    After all I will be subscribing to your feed and I hope you write again very soon!

  16. The 10 Most Terrifying Things About Double Glazing Repairs Cambridge double Glazing Repairs Cambridge

  17. Hurrah! At last I got a webpage from where I be able to truly obtain valuable facts regarding my study and knowledge.

  18. 5 Birth Defect Case Projects For Any Budget birth defect Lawsuits

  19. 5 Reasons To Be An Online Window Repair Near And 5 Reasons
    Not To window repair near me

  20. Google.Co.Ls表示:

    The 10 Most Scariest Things About Free Spin Slots Free Spin Slots (Google.Co.Ls)

  21. Great post. I was checking continuously this blog and I am impressed!

    Very helpful information specially the last part 🙂 I care for such info a lot.
    I was seeking this particular info for a very long time.
    Thank you and good luck.

  22. Aragaon.Net表示:

    L Shaped Kids Beds Tools To Streamline Your Everyday Lifethe Only
    L Shaped Kids Beds Technique Every Person Needs To Know L
    Shaped Kids Beds, Aragaon.Net,

  23. 10 Double Glazing Companies Near Me Related Projects To Expand Your Creativity double Glazed replacement Units

  24. 10 Things We All Hate About Online Retailers Uk Stats
    High-Speed Internet Cable

  25. Introduction http://skeletronkeys.exposed/index.php?title=Simply_Lean_Keto:_Effective_Strategies_For_Rapid_Weight_Loss is a popular dietary supplement that claims to help individuals achieve their weight loss goals by promoting the process of ketosis in the body.

  26. Robertgaw表示:

    Declan Rice https://declan-rice.prostoprosport-fr.com Footballeur anglais, milieu defensif du club d’Arsenal et de l’equipe nationale equipe d’Angleterre. Originaire de Kingston upon Thames, Declan Rice s’est entraine a l’academie de football de Chelsea des l’age de sept ans. En 2014, il devient joueur de l’academie de football de West Ham United.

  27. Birth Defect Litigation: 10 Things I’d Loved To
    Know Earlier birth defect law firm

發佈留言

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