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,159,193 Responses

  1. Каталогом на 2000 игр сейчас особо никого не удивить.

  2. Why Online Shopping Websites Clothes Will Be Your Next Big Obsession Online shopping websites for clothes

  3. Let me reveal you in my testimonial of NewULife.

    my page: ai headshot generator free app

  4. система оснащения конференц залов http://www.oborudovanie-konferenc-zalov11.ru/ .

  5. It’s awesome to go to see this website and reading
    the views of all friends on the topic of this piece of writing, while
    I am also eager of getting familiarity.

  6. Nine Things That Your Parent Taught You About Best Online Clothing Sites Uk Best Online Clothing Sites Uk

  7. Bookmarks表示:

    An artificial USP human development hormonal agent (somatropin).

    Feel free to surf to my web-site – Bookmarks

  8. The 10 Most Scariest Things About Single Seat Buggy For Sale Single seat buggy for sale (sitiosecuador.com)

  9. Присоединяйтесь к нашей программе лояльности и наслаждайтесь первоклассным обслуживанием, достойным истинных VIP.

  10. Bookmarks表示:

    Portable vaporizers utilize batteries as a source of power.

    Also visit my web-site; Bookmarks

  11. Jerrygok表示:

    Kevin De Bruyne https://kevin-de-bruyne.prostoprosport-br.com Futebolista belga, meio-campista do Manchester club City” e a selecao belga. Formado pelos clubes de futebol “Ghent” e “Genk”. Em 2008 iniciou sua carreira adulta, fazendo sua estreia no Genk.

  12. Brianfam表示:

    мраморная крошка черная камни для бани

  13. The Advanced Guide To Birth Defect Law birth defect Attorneys

  14. repair表示:

    4 Dirty Little Secrets About Double Glazing Windows Near Me Industry Double Glazing Windows Near
    Me Industry repair

  15. You’ll Never Guess This Online Clothes Shopping Websites Uk’s Secrets Online
    Clothes Shopping Websites Uk (http://Www.Lakestarrsolutionsllc.Com)

  16. What Akun Demo Zeus Vs Hades Could Be Your Next Big Obsession? http://www.oscarreys.top

  17. We are a group of volunteers and starting a new scheme in our community.
    Your website offered us with valuable information to work on.
    You have done an impressive job and our entire community will be grateful
    to you.

  18. The 10 Most Terrifying Things About Which Is Best For
    Online Grocery Shopping Which is best for online grocery Shopping

  19. The Companies That Are The Least Well-Known To Follow In The Workers Compensation Legal
    Industry workers’ compensation Attorneys

  20. We evaluate, test, and monitor our editors.

    Also visit my blog … book editing services prices

  21. Natasha表示:

    When I originally commented I clicked the “Notify me when new comments are added” checkbox and
    now each time a comment is added I get three e-mails with the same comment.

    Is there any way you can remove people from that service?
    Many thanks!

  22. The Reason Behind 18-Wheeler Accident Is The Most Popular
    Topic In 2023 18 Wheeler accident Lawsuit

  23. Meds prescribing information. Generic Name.
    cost fluvoxamine without a prescription
    Everything what you want to know about pills. Read information here.

  24. dewa scatter表示:

    Hey I know this is off topic but I was wondering if you knew of any widgets
    I could add to my blog that automatically tweet my newest twitter updates.
    I’ve been looking for a plug-in like this for quite some time
    and was hoping maybe you would have some experience with something like this.
    Please let me know if you run into anything. I truly enjoy reading your blog and I look forward to
    your new updates.

  25. 9 . What Your Parents Teach You About Upvc Patio Door Repairs Upvc Patio Door Repairs

  26. We back up the top quality in our products.

    Here is my web page: mellow mushroom williamsburg reviews

  27. современный конференц зал http://www.oborudovanie-konferenc-zalov11.ru .

發佈留言

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