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,872 Responses

  1. Ten Startups That Are Set To Change The 3 Wheel Rollator Amazon Industry
    For The Better Elderly walker

  2. Тут можно преобрести оружейный сейф для пистолета сейф оружейный

  3. How To Survive Your Boss In Type 3 Rollator Walker best
    rollator – https://Norton-kjellerup-3.blogbright.net/,

  4. I am now not positive the place you’re getting your info, but good
    topic. I needs to spend a while studying more or understanding more.
    Thanks for excellent info I was looking for
    this information for my mission.

  5. This design is spectacular! You obviously know how to keep a reader amused.
    Between your wit and your videos, I was almost moved to start my own blog (well, almost…HaHa!) Excellent job.
    I really loved what you had to say, and more than that, how you presented it.
    Too cool!

  6. See What Easy-To-Use Mobility Scooters Tricks The
    Celebs Are Using Easy-to-Use mobility scooters

  7. viagra表示:

    Howdy! Do you use Twitter? I’d like to follow you if that would be ok.
    I’m definitely enjoying your blog and look forward to new updates.

  8. Hi are using WordPress for your blog platform? I’m
    new to the blog world but I’m trying to get started and create my own. Do you require any
    coding expertise to make your own blog? Any help would
    be really appreciated!

  9. 10 Things Everyone Has To Say About Private ADHD Assessment Wales Private ADHD Assessment Wales Private Assessment For Adhd Uk

  10. Why We Why We Mazda 2 Key (And You Should Also!) new Mazda key cost

  11. HassanbuifS表示:

    https://ultrabet-tr.online/# ultrabet yeni giris 1125
    deneme bonusu veren siteler denemebonusu2026.com

  12. Maricruz表示:

    I cling oon to listening to the reports speak about receiving bouhndless online grant applications so
    I have been looking around for the most exellent site to geet one.
    Could you advise me please, where could i find some? https://storage.Googleapis.com/naklejkinasciane/naklejki-dzieciece-na-sciane/Naklejka-na-cian-Geisha.html

  13. エロ 人形表示:

    with only about 3.セックス ロボット5 percent protein and less than 1 percent fat.

  14. Meds prescribing information. Effects of Drug Abuse.
    chemical structure of naltrexone
    Some news about meds. Read information now.

  15. Тут можно преобрести сейфы для оружия оружейный сейф купить москва

  16. 10 Life Lessons We Can Learn From Cut Car Key Key Cutting Places (http://Www.Metooo.Com)

  17. Micheline表示:

    The People Who Are Closest To Private ADHD Assessment Near Me
    Have Big Secrets To Share adhd assessment private
    cost (Micheline)

  18. HassanbuifS表示:

    https://matadorbet.bid/# matadorbet
    deneme bonusu veren yeni siteler

  19. ArnHesia表示:

    You can get lower rates when you stromectol price pharmacy has the proper license to sell drugs?

  20. Katherine表示:

    This Is How Home Espresso Machine Will Look In 10 Years’ Time espresso machines home
    (Katherine)

  21. Тут можно преобрести купить шкаф оружейный сейфы для оружия пистолетные

  22. Self Propelled Wheelchair With Suspension Techniques To Simplify Your Daily Lifethe
    One Self Propelled Wheelchair With Suspension Trick That Everybody
    Should Learn self propelled wheelchair with suspension

發佈留言

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