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,235,522 Responses

  1. This Story Behind Adult Adhd Symptoms Test Will Haunt You Forever!
    Adhd Symptoms uk

  2. Davidtes表示:

    ciprofloxacin 500 mg tablet price ciprofloxacin generic п»їcipro generic

  3. Davidtes表示:

    tamoxifen hot flashes nolvadex for sale nolvadex for pct

  4. Charles IV.表示:

    Thanks for ones marvelous posting! I actually enjoyed reading it, you can be
    a great author.I will always bookmark your blog and definitely will come back later in life.
    I want to encourage you continue your great work, have a nice evening!

    Review my web site Charles IV.

  5. casino_wdKt表示:

    casino en linea con bono de bienvenida sin deposito http://www.sin-deposito-peru.org/ .

  6. Davidtes表示:

    get propecia without rx cheap propecia price cost of propecia without rx

  7. You’ll Never Be Able To Figure Out This Window Seal Replacement’s
    Tricks window seal Replacement

  8. casino_qvKt表示:

    casino con bono de bienvenida sin deposito https://www.sin-deposito-peru.org/ .

  9. See What Small Wood Burner Tricks The Celebs Are Using
    small wood burner

  10. coin auctions表示:

    I have to thank you for the efforts you’ve put in penning this site.
    I really hope to check out the same high-grade content from you in the
    future as well. In truth, your creative writing abilities has encouraged me to get my own blog now
    😉

    My blog post; coin auctions

  11. RandallTaulp表示:

    buy cipro: cipro for sale – buy cipro online without prescription

  12. Margherita表示:

    For newest information you have to visit world-wide-web and on world-wide-web I found this web site
    as a best website for hottest updates.

  13. 5 Reasons To Consider Being An Online Double Glaze Repair Near Me Business And 5 Reasons Not To double glaze repair

  14. repairing表示:

    Replacement Sash Windows Tips From The Best In The Business repairing

  15. The 10 Most Scariest Things About Auto Accident Lawsuit auto Accident lawyers

  16. RTP RGO303表示:

    Have you ever thought about including a little bit more than just your articles?
    I mean, what you say is important and everything. But think
    about if you added some great visuals or video clips to give your posts more, “pop”!
    Your content is excellent but with pics and clips, this site
    could certainly be one of the best in its niche. Awesome blog!

  17. Why Everyone Is Talking About What Percentage Do
    Personal Injury Lawyers Take Right Now Personal Injury Lawyer New York

  18. Guide To Double Glazing Repairs Near Me: The Intermediate Guide On Double Glazing Repairs Near
    Me Double Glazing Repairs Near Me

  19. Prediksi Jitu表示:

    Hi there! Do you use Twitter? I’d like to follow you if that would be okay.
    I’m absolutely enjoying your blog and look forward to new posts.

  20. 9 Lessons Your Parents Taught You About Personal Injury
    Claim personal Injury

  21. Stanley表示:

    The 10 Most Scariest Things About Medical Malpractice Lawsuit medical malpractice lawyers
    (Stanley)

  22. macauslot表示:

    Awesome! Its really remarkable piece of writing, I have got much clear idea concerning from this paragraph.

  23. The Ultimate Guide To Online Home Shop Uk Discount Code Women’s Casual Hat Taupe

  24. casino_vdKt表示:

    bono sin deposito casino peru https://sin-deposito-peru.org/ .

  25. Roberta表示:

    20 Fun Infographics About Designer Handbags Large online designer bags (Roberta)

  26. 125.141.133.9表示:

    15 Treadmill Incline Foldable Benefits Everyone Should Know treadmill folding (125.141.133.9)

  27. Thanks for the auspicious writeup. It in reality used to be
    a entertainment account it. Glance complicated to far added agreeable from you!
    However, how could we be in contact?

    my blog post; mobile massage london

  28. 15 . Things That Your Boss Wished You Knew About Case Opening Sites CSGO case gamma (https://bookmarkfeeds.stream)

  29. casino_ugKt表示:

    casino con bono de bienvenida sin deposito https://sin-deposito-peru.org .

發佈留言

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