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,672,481 Responses

  1. DominicJaw表示:

    medication from mexico pharmacy: mexican online pharmacies prescription drugs – pharmacies in mexico that ship to usa

  2. A Comprehensive Guide To Samsung Side By Side Fridge Freezer.
    Ultimate Guide To Samsung Side By Side Fridge Freezer http://Www.36035372.Xyz

  3. Arnoldten表示:

    mexico drug stores pharmacies medication from mexico pharmacy best online pharmacies in mexico

  4. injuries表示:

    20 Injury Claim Websites That Are Taking The Internet
    By Storm injuries

  5. https://accounting21.b-cdn.net/research/accounting21-(95).html
    Wear yours with heels in a impartial tone and delicate shoulder-grazing earrings.

  6. I was pretty pleased to discover this website. I
    wanted to thank you for ones time just for this fantastic read!!
    I definitely enjoyed every bit of it and i also have you saved as a favorite to look at new information on your site.

  7. Five Killer Quora Answers On Remote Automatic Folding Scooter remote Automatic Folding scooter

  8. Solutions To The Problems Of Upvc Window Repair Near Me upvc window repairs near me

  9. Medicines information for patients. What side effects?
    how to buy cheap atomoxetine without dr prescription
    Best information about pills. Read here.

  10. Erotik Forum表示:

    I am no longer certain where you’re getting your information, however good topic.

    I needs to spend a while learning much more or figuring out more.
    Thank you for magnificent information I used to be searching for this info for my mission.

    my site; Erotik Forum

  11. Wow! After all I got a web site from where I know
    how to really get useful data regarding my study and knowledge.

    Also visit my page :: American Football Quotes

  12. evisa vietnam表示:

    Amazing! Its genuinely amazing paragraph, I have got much clear idea concerning from this paragraph.

  13. Arnoldten表示:

    mexican pharmacy medicine in mexico pharmacies mexican drugstore online

  14. Think You’re Ready To Start Doing Mens Adult Toys?
    Take This Quiz vibrator for man

  15. evisa vietnam表示:

    Hi there! This is my first visit to your blog! We are a
    team of volunteers and starting a new project in a community in the same
    niche. Your blog provided us valuable information to work on. You have done a wonderful job!

  16. 17 Reasons Why You Shouldn’t Be Ignoring 3 Wheel Mobility Scooters Near Me 3 wheel electric scooters

  17. I always spent my half an hour to read this blog’s posts all the
    time along with a mug of coffee.

  18. Jeromefroth表示:

    Отказное письмо (ОП) – это документ, который удостоверяет, что изделие/товар/материал не подлежат обязательной оценке качества и получению сертификата/декларации в определённой системе https://vc.ru/life/1331217-otkaznoe-pismo-gde-poluchit-i-skolko-stoit-oformlenie

  19. Upvc Windows Near Me Tools To Make Your Daily Lifethe One
    Upvc Windows Near Me Trick That Everyone Should Know upvc Windows Near Me (Demo2-Ecomm.in.ua)

  20. It Is A Fact That Black Chest Freezer Is The
    Best Thing You Can Get. Black Chest Freezer
    chest freezer to buy

  21. 10 Websites To Help You To Become A Proficient In Akun Demo Slot
    Akun demo slot x500 (holmestrailorg41326.ka-blogs.com)

  22. DominicJaw表示:

    best online pharmacies in mexico: п»їbest mexican online pharmacies – mexican drugstore online

  23. WayneCoirl表示:

    mexican drugstore online: mexican pharmaceuticals online – mexican rx online

  24. 10 Motorcycle Accident Lawyers Tricks Experts
    Recommend motorcycle accident lawsuits

  25. Arnoldten表示:

    mexican rx online п»їbest mexican online pharmacies medicine in mexico pharmacies

  26. sex表示:

    Hmm it appears like yоur blopg ate my firstt comment (it was extrеmely long) so I guess I’ll just summ
    it up what I hhad written аnd saү, I’m thorouցhly enjoying your blօg.

    I too am ann aspiring blⲟg writer butt I’m till new to the whole thing.

    Do үou have any helpful hints for first-time blog writers?
    I’d certainly appreсiate it.

    Check out myy web-site – sex

  27. Arnoldten表示:

    mexico pharmacy buying from online mexican pharmacy reputable mexican pharmacies online

  28. 5 Qualities People Are Looking For In Every Motor Vehicle Case motor Vehicle Accident Attorneys

  29. Nelsonbluck表示:

    mexican border pharmacies shipping to usa: pharmacies in mexico that ship to usa – mexican pharmaceuticals online

  30. Nelsonbluck表示:

    mexico pharmacies prescription drugs: pharmacies in mexico that ship to usa – mexico pharmacies prescription drugs

發佈回覆給「Www.36035372.Xyz」的留言 取消回覆

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