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,227,202 Responses

  1. I am sure this piece of writing has touched all the internet viewers, its really really good paragraph
    on building up new webpage.

  2. You’ll Never Guess This Bmw Key Replacement Cost’s Benefits bmw key replacement cost

  3. WilliamRhype表示:

    http://ciprofloxacin.tech/# buy ciprofloxacin

  4. Antje表示:

    This Is How Bmw Key Replacement Will Look In 10 Years bmw key
    fobs, Antje,

  5. Why Is Everyone Talking About How Much Is A
    Private ADHD Assessment UK Right Now adhd private Assessment Cost

  6. Davidtes表示:

    cipro 500mg best prices buy generic ciprofloxacin cipro 500mg best prices

  7. RandallTaulp表示:

    Cytotec 200mcg price: Cytotec 200mcg price – buy misoprostol over the counter

  8. 10 Avon Online Brochures Tricks Experts
    Recommend avon online brochure uk (http://www.Chunwun.Com)

  9. Window表示:

    See What Local Window Repair Tricks The Celebs
    Are Using Window

  10. RandallTaulp表示:

    cost cheap propecia online: get propecia no prescription – order cheap propecia without insurance

  11. WilliamRhype表示:

    http://ciprofloxacin.tech/# cipro pharmacy

  12. WilliamRhype表示:

    http://lisinopril.network/# drug lisinopril 5 mg

  13. Davidtes表示:

    buy cipro cheap cipro 500mg best prices п»їcipro generic

  14. Thanks for sharing your thoughts. I truly appreciate your efforts and I
    am waiting for your next post thank you once again.

  15. WilliamRhype表示:

    https://ciprofloxacin.tech/# ciprofloxacin generic

  16. RandallTaulp表示:

    order propecia without insurance: cost propecia price – cost of cheap propecia tablets

  17. 10 Things We Do Not Like About CSGO Most Profitable Cases Operation wildfire case

  18. How To Make An Amazing Instagram Video About Double Glazed
    Near Me Double glazing installer

  19. Shalanda表示:

    5 Killer Quora Answers On Psychiatry Uk Adhd Assessment psychiatry
    uk adhd assessment (Shalanda)

  20. Davidtes表示:

    where can i buy cipro online buy cipro cheap buy cipro online without prescription

  21. This Week’s Most Popular Stories About Bmw Replacement Key genuine bmw Replacement key

  22. 10 Facebook Pages That Are The Best Of All Time Repairs To Upvc Windows
    Upvc door repairs near me

  23. WilliamRhype表示:

    http://nolvadex.life/# tamoxifen skin changes

  24. Reina表示:

    How Ford Key Cutting Is A Secret Life Secret Life Of Ford Key Cutting replacement ford keys
    (Reina)

  25. Five Tools Everybody In The Secondary Double Glazing Near Me Industry Should Be Making Use Of double Glazing installer,
    brewer-silva.mdwrite.net,

  26. Bmw Smart key表示:

    What Is Bmw Spare Key Cost? History Of Bmw Spare
    Key Cost Bmw Smart key

  27. WilliamRhype表示:

    https://nolvadex.life/# tamoxifen for gynecomastia reviews

  28. sudadera tottenham

  29. Fruit Party получил немало положительных отзывов от игроков благодаря своей захватывающей игровой
    механике, красочной графике и высоким шансам на выигрыш.
    fruit party demo-версия на платформе
    FruitPartyApp.ru Некоторые игроки предпочитают сражаться в слоты скачивая их на
    свои устройства. Вы также можете
    скачать игру Fruit Party с платформы FruitPartyApp.ru и наслаждаться игрой в любое удобное времена.
    Некоторые игроки предпочитают дуться
    в слоты скачивая их на свои
    устройства. Вы также можете скачать игру Fruit Party с платформы
    FruitPartyApp.ru и упиваться игрой в любое удобное миг.
    Не следует спутывать игру Fruit Party с фразой Fruits Party
    Don’t Vote on Twitter, которая может встречаться в контексте различных социальных сетей и имеет прочий смысл.

發佈留言

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