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,688,436 Responses

  1. 網路行銷表示:

    https://filedn.eu/lXvDNJGJo3S0aUrNKUTnNkb/digi12/research/digi12-(404).html
    The safest bet is for the mom of the bride to put on an identical color to the bridesmaids to remain on-theme.

  2. Arnoldten表示:

    mexican drugstore online purple pharmacy mexico price list medicine in mexico pharmacies

  3. https://drbo8b.s3.us-east-005.backblazeb2.com/research/drbo8b-(293).html
    The mom of the bride and mother of the groom normally wear utterly completely different costume types and colours.

  4. Ten Personal Injury Settlement-Related Stumbling Blocks You Shouldn’t Share On Twitter
    personal injury lawsuits

  5. DominicJaw表示:

    mexican rx online: pharmacies in mexico that ship to usa – best online pharmacies in mexico

  6. Arnoldten表示:

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

  7. DominicJaw表示:

    mexican border pharmacies shipping to usa: mexican online pharmacies prescription drugs – medication from mexico pharmacy

  8. 數位行銷表示:

    https://filedn.eu/lXvDNJGJo3S0aUrNKUTnNkb/digi7/research/digi7-(381).html
    This dress, as its name suggests, is incredibly elegant.

  9. I always spent my half an hour to read this website’s posts
    every day along with a cup of coffee.

  10. Guide To App Store Online Shopping: The Intermediate Guide In App Store Online Shopping app Store online shopping

  11. 비아그라 매일 복용
    매일 비아그라를 복용하면 싦의 질이 향상되는 이유

  12. https://ya-drbogin-26.fra1.digitaloceanspaces.com/investigating-the-relationship-between-massage-and-hormonal-balance.html
    Although it’s perfectly nice to put on pants at the marriage ceremony, nothing says get together like as a costume.

  13. How Renault Kangoo Spare Key Is A Secret Life Secret Life Of Renault Kangoo Spare Key Renault Trafic key programming

  14. Arnoldten表示:

    pharmacies in mexico that ship to usa buying from online mexican pharmacy medication from mexico pharmacy

  15. 7 Small Changes You Can Make That’ll Make A Huge
    Difference In Your Cerebral Palsy Attorney cerebral palsy law firm

  16. An Easy-To-Follow Guide To Collapsible Scooters Arlennizo (http://www.Arlennizo.top)

  17. xxx表示:

    Do yoս mind if I quote a few of yoiur posts as long aѕs I provide credit and sources
    baϲk to youjr websitе? My blog site is in tthe veгy same
    area of interest as yours and my vіsitors would really benefit fгom a lоt of the infοrmatiоn you present here.
    Please let me know іf thіs ok with you. Ɍegards!

    Feеl free to surf too my webpage :: xxx

  18. yerliakor.com表示:

    10 Tell-Tale Signs You Must See To Find A New
    Mini Key Fob mini one key (yerliakor.com)

  19. Nelsonbluck表示:

    mexican mail order pharmacies: mexican rx online – mexican pharmaceuticals online

  20. DominicJaw表示:

    reputable mexican pharmacies online: п»їbest mexican online pharmacies – mexican online pharmacies prescription drugs

  21. 工商登記表示:

    https://ya-4545-4.sgp1.digitaloceanspaces.com/how-to-register-an-entertainment-company.html
    Another floral option for you , however this time in a match and flare type.

  22. WayneCoirl表示:

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

  23. Josephsinia表示:

    Drug effects explained. Drug guide provided.
    legit online pharmacy
    Drug guide here. Detailed medication knowledge.

發佈回覆給「www.Arlennizo.top」的留言 取消回覆

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