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,165,947 Responses

  1. What’s The Job Market For Best Online Shopping Groceries Uk Professionals Like?
    best Online shopping groceries uk

  2. Sherryl表示:

    15 Of The Best Twitter Accounts To Discover More About Upvc Door Handles upvc door replacement panel (Sherryl)

  3. baskili poset表示:

    Hello, i think that i saw you visited my web site
    thus i came to “return the favor”.I’m attempting to find
    things to improve my site!I suppose its ok to use some of your ideas!!

  4. Dangerous Drugs Attorney: What No One Is Talking About Dangerous Drugs Lawsuits (Swimming.S-Server.Kr)

  5. Five Killer Quora Answers On How To Buy Clothes Online From Uk how to buy Clothes online from Uk

  6. Dani表示:

    wonderful post, very informative. I wonder why the opposite
    experts of this sector do not understand this. You must continue your writing.
    I’m sure, you’ve a huge readers’ base already!

  7. Five Killer Quora Answers On Shopping Online Uk Clothes shopping online uk clothes

  8. 14 Misconceptions Common To Replacement Windows Luton Window Parts luton

  9. Bookmarks表示:

    XYGENYX, a licensing firm for FDA-registered products.

    Review my web site – Bookmarks

  10. The month-to-month payments you make are calculated with the assumption that you will be paying your biden student loan forgiveness off
    more than a fixed period.

  11. Pills information. Drug Class.
    cost effexor no prescription
    Everything what you want to know about medication. Read here.

  12. Searching For Inspiration? Try Looking Up Medication For Anxiety Disorder And Depression natural Ways to treat anxiety disorder

  13. Hello, I enjoy reading through your article. I wanted to
    write a little comment to support you.

  14. Pills information leaflet. Cautions.
    get fluoxetine without a prescription
    Some about medicine. Get information here.

  15. Real HGH Advantages (NewULife Hgh Gel Not Tested
    Yet).

    Also visit my page :: what is considered a disability in ontario

  16. It’s remarkable in support of me to have a web site,
    which is helpful designed for my knowledge. thanks admin

  17. Bookmarks表示:

    Experienced and expert vehicle drivers.

    My web-site Bookmarks

  18. Medicines information. Cautions.
    buy neurontin pill
    Some trends of medicament. Read information here.

  19. Medication information. Cautions.
    where to get cheap dilantin pills
    Best what you want to know about drugs. Read information here.

  20. Bookmarks表示:

    Allow me show you in my testimonial of NewULife.

    my site; Bookmarks

  21. Medicament prescribing information. Brand names.
    where can i buy generic fluoxetine pills
    Everything trends of drug. Read information here.

  22. 1win表示:

    1win казино – ваш путь к успеху, присоединяйтесь сейчас!
    Начните побеждать с 1win казино, выигрывайте крупные суммы вместе с 1win казино!
    Увлекательное казино 1win ждет вас, получите незабываемые впечатления!
    Играйте и выигрывайте с 1win казино, начните игру и выигрывайте крупные суммы!
    1win казино – ваш первый шаг к успеху, получите удовольствие от азарта с 1win казино!
    1win официальный сайт 1win официальный сайт .

  23. The Leading Reasons Why People Achieve In The Double Glazing Near Me Industry Double Glazing Company Near Me

  24. about表示:

    This paragraph provides clear idea for the new visitors of blogging,
    that in fact how to do blogging.

發佈留言

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