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,228,910 Responses

  1. Hi there, the whole thing is going well here and ofcourse every one is sharing data, that’s
    in fact excellent, keep up writing.

    Feel free to visit my page … cannabis Australia

  2. Hello, Neat post. There is a problem together with your website in internet explorer, may test this?
    IE nonetheless is the marketplace chief and a large component
    of other people will leave out your wonderful writing due
    to this problem.

  3. Davidtes表示:

    lisinopril 20mg coupon lisinopril generic price comparison price of lisinopril 5mg

  4. WilliamRhype表示:

    http://finasteride.store/# cost of propecia online

  5. RandallTaulp表示:

    order propecia without rx: propecia without rx – order propecia tablets

  6. Davidtes表示:

    lisinopril 10 12.55mg lisinopril 20mg prices zestril 2.5

  7. I just could not leave your web site prior to suggesting that I really enjoyed the usual information an individual provide in your
    guests? Is going to be again regularly in order to check out new posts

    Look at my web-site: 해외선물 대여계좌

  8. Davidtes表示:

    who should take tamoxifen tamoxifen alternatives nolvadex side effects

  9. From All Over The Web Twenty Amazing Infographics About Second Hand
    Mobility Scooters For Sale Near Me electric mobility scooters
    for Sale near me, https://pediascape.Science/,

  10. RandallTaulp表示:

    purchase cytotec: buy cytotec online fast delivery – purchase cytotec

  11. Davidtes表示:

    п»їcytotec pills online cytotec abortion pill buy cytotec online fast delivery

  12. WilliamRhype表示:

    https://nolvadex.life/# tamoxifen and antidepressants

  13. Davidtes表示:

    ciprofloxacin over the counter ciprofloxacin 500 mg tablet price cipro 500mg best prices

  14. trading表示:

    His name is Tod and he loves this particular.
    One of the things I love most is caravaning nonetheless haven’t produced a dime as well
    as. After being through his problem for years he
    became your working computer operator. North Carolina is the place he loves most.

  15. RandallTaulp表示:

    order cheap propecia no prescription: cheap propecia without prescription – generic propecia pills

  16. Davidtes表示:

    lisinopril brand name in usa lisinopril 40 mg on line lisinopril 20 mg tablet price

  17. Это одно из немногих казино, где некоторые бонусы при пополнении вам дают без вейджера.

  18. Davidtes表示:

    ciprofloxacin mail online buy cipro online canada buy cipro online canada

  19. RandallTaulp表示:

    cipro pharmacy: buy cipro online canada – cipro online no prescription in the usa

  20. Ronaldpsymn表示:

    https://nolvadex.life/# hysterectomy after breast cancer tamoxifen

  21. WilliamRhype表示:

    https://cytotec.club/# buy cytotec pills

  22. RandallTaulp表示:

    cytotec abortion pill: buy misoprostol over the counter – buy cytotec over the counter

  23. RandallTaulp表示:

    buy lisinopril 10 mg uk: order lisinopril without a prescription – lisinopril india

  24. Mesothelioma Attorney Tools To Ease Your Daily Life Mesothelioma Attorney Trick That Everybody Should Know mesothelioma attorney

  25. WilliamRhype表示:

    https://cytotec.club/# buy cytotec over the counter

  26. RandallTaulp表示:

    tamoxifen chemo: tamoxifen rash pictures – nolvadex steroids

  27. What’s Happening i’m new to this, I stumbled upon this I’ve
    discovered It positively helpful and it has helped me
    out loads. I hope to contribute & assist different customers like its aided
    me. Great job.

  28. RandallTaulp表示:

    buying lisinopril online: lisinopril 40 mg india – prescription drug zestril

  29. cabemanis88表示:

    WOW just what I was searching for. Came here by searching for cabemanis88

  30. RandallTaulp表示:

    cytotec pills buy online: order cytotec online – buy cytotec online fast delivery

發佈留言

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