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,524,388 Responses

  1. MarkWat表示:

    Привет. Может кто знает, где найтиразные блоги о кредитах? Пока нашел – https://komisionka26.ru

  2. WillieRap表示:

    discount drug mart pharmacy: canadian pharmacy coupon code – drug mart

  3. MarkWat表示:

    Приветствую. Может кто знает, где почитатьполезные статьи о займах? Сейчас читаю – buhgalter-ekspert.ru

  4. 1 vin_fzSi表示:

    1 win online [url=http://bbcc.com.kg/]http://bbcc.com.kg/[/url] .

  5. 1 vin_vnSi表示:

    1win личный кабинет bbcc.com.kg .

  6. порно мульт [url=https://www.multiki-rukoeb1.ru]https://www.multiki-rukoeb1.ru[/url] .

  7. relief表示:

    I think this is one of the most vital information for me.
    And i am glad reading your article. But should remark on some general things, The website style is ideal, the
    articles is really excellent : D. Good job, cheers

  8. Charleskepsy表示:

    cheapest prescription pharmacy https://xxlmexicanpharm.com/# best online pharmacies in mexico

  9. 1 vin_umSi表示:

    казино онлайн бишкек bbcc.com.kg .

  10. I think this is one of the most significant info for me.
    And i am glad reading your article. But wanna remark on some general things, The website
    style is ideal, the articles is really nice : D.

    Good job, cheers

  11. You are so interesting! I don’t suppose I’ve read anything like this before.
    So nice to discover somebody with unique thoughts on this subject.
    Seriously.. thanks for starting this up. This site is something that’s needed on the web, someone with some originality!

  12. Porterfax表示:

    Cheapest online pharmacy prescription drugs from canada Online pharmacy USA

  13. Porterfax表示:

    purple pharmacy mexico price list xxl mexican pharm reputable mexican pharmacies online

  14. порно мультфильмы порно мультфильмы .

  15. What Makes Online Casinos Are Becoming a Worldwide Trend

    Internet-based gambling hubs have changed the gaming landscape, delivering an exceptional degree of accessibility and variety that physical casinos struggle to rival. Over the past decade, a large audience around the world have adopted the thrill of digital casino play as a result of its ease of access, appealing qualities, and constantly growing range of offerings.

    One of the most compelling reasons of online gaming options is the sheer array of titles ready to play. Whether you enjoy rolling vintage slots, immersing yourself in theme-based video-based games, or testing your strategy in traditional table offerings like Blackjack, online platforms provide infinite entertainment avenues. A large number of platforms moreover introduce live dealer games, allowing you to connect with actual dealers and fellow gamblers, all while immersing yourself in the engaging vibes of a land-based casino without leaving your home.

    If you’re just starting with the world of virtual gambling or seek to learn about reliable sites, why not engage with our vibrant online hub? It’s a hub where players discuss experiences, guiding you to enhance your virtual play. Check out the conversation and start your journey now: betonred

    Adding to the extensive catalog, virtual gaming providers shine ease of access.

  16. PENIPU表示:

    Valuable info. Lucky me I found your web site accidentally,
    and I am shocked why this coincidence did
    not happened in advance! I bookmarked it.

  17. MichaelIncap表示:

    onion market https://github.com/darknetmarketslinks/darknetmarketlinks – darknet markets 2025 darkmarkets

  18. Davidmoits表示:

    xxl mexican pharm: xxl mexican pharm – xxl mexican pharm

  19. Jane表示:

    Night Spa 강남오피 (Jane)

  20. Woah! I’m really enjoying the template/theme of this website.
    It’s simple, yet effective. A lot of times it’s hard to get
    that “perfect balance” between usability and visual appeal.
    I must say you’ve done a great job with this. In addition, the blog loads super quick for me
    on Safari. Outstanding Blog!

發佈留言

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