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,483,825 Responses

  1. https://bogin35.sgp1.digitaloceanspaces.com/research/bogin35-(163).html
    Keep in thoughts that many websites allow you to filter clothes by colour, silhouette, size, and neckline.

  2. TravisNOb表示:

    http://mexicanph.shop/# mexican rx online
    п»їbest mexican online pharmacies

  3. Great web site. Lots of helpful information here. I’m sending it to
    a few friends ans also sharing in delicious. And of course, thank
    you to your sweat!

  4. JerryMig表示:

    mexico pharmacies prescription drugs medicine in mexico pharmacies п»їbest mexican online pharmacies

  5. Marlonfak表示:

    Fences look after the needs of multiple purposes, starting from providing assurance and seclusion to enhancing the aesthetics of a property. However, like any nature, fences press for repair, sporadic repairs, and now unvaried replacement to make sure they carry on with to fulfill their intended functions. In this article, we’ll delve into the different services offered close to skilled impartial companies, including shape, institution, and replacement.

    Fence Mend Services:
    Over conditions, fences can suffer harm satisfactory to brave risk, aging, or chance damage. Common issues include bent or rotted wood, liking posts, broken panels, let go tools, and rusted metal components. Professional hold at bay mend services address these issues right away to reconstruct the vacillating’s structural morality and appearance. Skilled technicians assess the bill, propose acceptable repairs, and efficiently carry out the necessary commission, whether it involves replacing damaged sections, reinforcing untenable spots, or fixing hardware. Past addressing issues at the crack, impartial renewal services improve drag out the lifespan of the independent and prevent more national damage.
    sidestep service

    Vacillate Investiture Services:
    Whether you’re installing a fresh stonewall instead of keeping, monasticism, or aesthetic reasons, professional wall placement services safeguard a hassle-free process from start to finish. These services typically start off with a consultation to chat about the shopper’s needs, preferences, and worth specifications. Based on this gen, experts advise fitting independent materials, styles, and designs that quorum the property’s architecture and chance on the desired functionality. Able installers handle all aspects of the installation, from put preparation and post milieu to panel or stake arrangement and absolute adjustments. By entrusting the burglary to wise professionals, belongings owners can expect a long-lasting, decorously installed unprejudiced that enhances contain appeal and property value.

    Fence Replacement Services:
    When a neutral reaches the put to death of its lifespan or sustains irreparable hurt, replacement may be the most efficient solution. Vacillating replacement services involve removing the existing hedge and installing a untrodden inseparable tailored to the customer’s preferences and oddity requirements. Professional fence companies proffer a broad range of fencing materials, including wood, vinyl, aluminum, chain-link, and composite options, allowing property owners to settle upon the most opportune opportunity based on durability, sustenance requirements, and budget. With fussy attention to fact and quality craftsmanship, fence replacement services confirm a seamless conversion to a restored, principled fence that meets the riches’s needs and enhances its appeal.

    Conclusion:
    From repairing adolescent damages to installing virgin fences and replacing worn-out structures, professional vacillating services stake a decisive situation in maintaining the functionality, display, and value of residential and commercial properties. By partnering with sagacious professionals, land owners can take advantage of harmoniousness of do not think twice about private that their fencing needs are in competent hands, ensuring long-lasting, attracting fences that serve their intended purposes effectively.

  6. JerryMig表示:

    buying from online mexican pharmacy п»їbest mexican online pharmacies mexican mail order pharmacies

  7. Louishycle表示:

    best online pharmacies in mexico medication from mexico pharmacy reputable mexican pharmacies online

  8. JerryMig表示:

    buying prescription drugs in mexico mexico drug stores pharmacies mexico pharmacies prescription drugs

  9. boca777表示:

    Its like you read my mind! You seem to know so
    much about this, like you wrote the book in it or
    something. I think that you can do with some pics to drive the message home a little bit,
    but instead of that, this is fantastic blog. A great
    read. I will definitely be back.

  10. recipes表示:

    hey there and thank you for your information – I have certainly picked up anything
    new from right here. I did however expertise some technical
    issues using this site, as I experienced to reload the website lots of
    times previous to I could get it to load properly.
    I had been wondering if your web hosting is OK?
    Not that I’m complaining, but slow loading instances times will very frequently affect your
    placement in google and could damage your quality score if advertising and marketing with Adwords.
    Anyway I am adding this RSS to my e-mail and can look out
    for much more of your respective exciting content.
    Make sure you update this again very soon.

  11. Louishycle表示:

    mexican pharmacy pharmacies in mexico that ship to usa mexico drug stores pharmacies

  12. cunntt表示:

    Your moⅾe of telling everything in this parаgraph is really good, every one can eаsilү understand іt, Thanmks
    a lot.

  13. Louishycle表示:

    mexican drugstore online mexican online pharmacies prescription drugs medicine in mexico pharmacies

  14. JerryMig表示:

    mexican online pharmacies prescription drugs pharmacies in mexico that ship to usa mexican rx online

  15. Sasha Novak表示:

    https://bogin7.fra1.digitaloceanspaces.com/research/bogin7-(403).html
    This costume is on the market in sizes 2 – 22 to suit a selection of body kinds.

  16. JerryMig表示:

    medicine in mexico pharmacies mexican pharmaceuticals online buying prescription drugs in mexico online

  17. 15 Things You Don’t Know About Incredible Filipino Women For Foreign Men

    Also visit my blog :: Dating Site for filipina

  18. TravisNOb表示:

    http://mexicanph.shop/# mexico pharmacies prescription drugs
    medication from mexico pharmacy

  19. JerryMig表示:

    mexico drug stores pharmacies mexican border pharmacies shipping to usa buying prescription drugs in mexico

  20. JerryMig表示:

    п»їbest mexican online pharmacies п»їbest mexican online pharmacies buying prescription drugs in mexico

  21. Hi! This is kind of off topic but I need some help from an established blog.

    Is it very difficult to set up your own blog?
    I’m not very techincal but I can figure things out pretty fast.
    I’m thinking about setting up my own but I’m not sure where to start.
    Do you have any points or suggestions? Appreciate it

  22. JerryMig表示:

    mexican pharmacy mexico pharmacies prescription drugs best online pharmacies in mexico

  23. Louishycle表示:

    pharmacies in mexico that ship to usa mexican rx online mexican rx online

  24. Very good post! We will be linking to this particularly great post on our website.
    Keep up the good writing.

  25. Louishycle表示:

    mexican pharmaceuticals online best online pharmacies in mexico mexican online pharmacies prescription drugs

  26. JulioAxowl表示:

    mexican pharmacy medicine in mexico pharmacies mexico drug stores pharmacies

  27. JerryMig表示:

    mexican pharmaceuticals online mexico drug stores pharmacies medicine in mexico pharmacies

  28. TravisNOb表示:

    http://mexicanph.com/# buying prescription drugs in mexico
    mexico pharmacies prescription drugs

  29. Louishycle表示:

    mexican rx online buying prescription drugs in mexico online mexican mail order pharmacies

  30. JulioAxowl表示:

    buying prescription drugs in mexico online buying prescription drugs in mexico medication from mexico pharmacy

發佈留言

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