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,196,437 Responses

  1. Henrylip表示:

    mexican mail order pharmacies: mexican pharmacy – pharmacies in mexico that ship to usa

  2. выездной ремонт стиральных машин http://centr-remonta-stiralnyh-mashin.ru/ .

  3. Henrylip表示:

    mexican mail order pharmacies: mexican pharmacy online – medication from mexico pharmacy

  4. Good day very cool site!! Guy .. Excellent .. Superb .. I’ll bookmark your web site and take the feeds additionally?
    I am glad to seek out so many helpful info here within the publish, we want work out more techniques on this regard,
    thanks for sharing. . . . . .

    my blog fitspresso customer reviews

  5. Jarema表示:

    This article will assist the internet people for setting up new web site or
    even a blog from start to end.

  6. Henrylip表示:

    mexican border pharmacies shipping to usa: mexico drug stores pharmacies – mexican rx online

  7. 10 Bunk Bed Online Store Projects Related To Bunk Bed Online Store
    To Extend Your Creativity https://www.eddafay.top/

  8. срочно отремонтировать стиральную машину https://centr-remonta-stiralnyh-mashin.ru .

  9. RichardExini表示:

    Experience the thrill of betting on cricket matches in the heart of the United Arab Emirates. Get ready to win big and cheer for your favorite teams https://1xbett1xbetc1xbetir4.ru/!

  10. Всем привет! Может кто знает, где найти разные статьи о недвижимости? Пока нашел https://teplohod-denisdavidov.ru

  11. MichaelPayof表示:

    buying prescription drugs in mexico
    https://cmqpharma.com/# mexican drugstore online
    pharmacies in mexico that ship to usa

  12. отремонтировать стиральную машину в москве отремонтировать стиральную машину в москве .

  13. MichaelPayof表示:

    buying prescription drugs in mexico online
    https://cmqpharma.online/# pharmacies in mexico that ship to usa
    buying prescription drugs in mexico online

  14. MichaelPayof表示:

    mexican mail order pharmacies
    http://cmqpharma.com/# buying from online mexican pharmacy
    buying prescription drugs in mexico online

  15. Henrylip表示:

    reputable mexican pharmacies online: cmq mexican pharmacy online – buying prescription drugs in mexico online

  16. I’m not that much of a online reader to be honest but your sites really nice, keep it up!
    I’ll go ahead and bookmark your site to come back later on. Many thanks

  17. MichaelPayof表示:

    buying prescription drugs in mexico online
    https://cmqpharma.com/# medicine in mexico pharmacies
    mexico drug stores pharmacies

  18. ремонт стиральных машин в москве рядом http://centr-remonta-stiralnyh-mashin.ru/ .

  19. MichaelPayof表示:

    buying prescription drugs in mexico online
    http://cmqpharma.com/# mexico drug stores pharmacies
    mexican mail order pharmacies

  20. Henrylip表示:

    buying from online mexican pharmacy: online mexican pharmacy – п»їbest mexican online pharmacies

  21. What’s up everybody, here every person is sharing these know-how, so it’s good to read this
    blog, and I used to pay a quick visit this
    webpage every day.

  22. MichaelPayof表示:

    reputable mexican pharmacies online
    https://cmqpharma.online/# mexican pharmaceuticals online
    mexican mail order pharmacies

  23. MichaelPayof表示:

    buying prescription drugs in mexico
    http://cmqpharma.com/# best online pharmacies in mexico
    п»їbest mexican online pharmacies

  24. Incredible points. Great arguments. Keep up the good work.

  25. Guide To Upvc Windows Near Me: The Intermediate Guide To Upvc Windows Near Me upvc windows
    near me (tourdeskhawaii.com)

  26. MichaelPayof表示:

    mexican rx online
    https://cmqpharma.online/# purple pharmacy mexico price list
    best online pharmacies in mexico

發佈留言

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