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

  1. It’s amazing to go to see this site and reading the views of all friends on the topic of
    this piece of writing, while I am also keen of getting familiarity.

  2. 10 Undisputed Reasons People Hate Car Locksmiths
    Local Locksmith For Car

  3. What Is Citroen Remote Key Replacement And Why You Should Care citroen c3 key
    replacement; mozillabd.science,

  4. Carlota表示:

    7 Small Changes You Can Make That’ll Make A Big Difference In Your Misty Double Glazing Repair window repairs [Carlota]

  5. Say “Yes” To These 5 Automobile Locksmiths Near Me Tips
    auto Locksmith car key replacement

  6. Davidtes表示:

    how much is lisinopril 40 mg lisinopril prescription cost lisinopril 30 mg

  7. Are You Getting The Most The Use Of Your Online Shop?
    Industrial Pipe Dining Table

  8. nearest表示:

    The People Nearest To Fiat Doblo Key Fob Replacement
    Uncover Big Secrets nearest

  9. Wendi表示:

    10 Meetups On Private ADHD Assessment You Should Attend book
    private adhd assessment (Wendi)

  10. RandallTaulp表示:

    buy propecia without rx: get propecia – cost propecia for sale

  11. RandallTaulp表示:

    order lisinopril without a prescription: lisinopril 20mg prices – 40 mg lisinopril for sale

  12. Davidtes表示:

    buy cytotec in usa buy cytotec п»їcytotec pills online

  13. WilliamRhype表示:

    https://ciprofloxacin.tech/# ciprofloxacin over the counter

  14. Thanks , I have recently been searching for info about this subject for a while and yours is the
    best I have discovered so far. But, what concerning the conclusion? Are you sure
    about the supply?

  15. Bentley Continental Key Tools To Make Your
    Daily Lifethe One Bentley Continental Key Trick That Everybody
    Should Learn bentley Continental key

  16. Why Nobody Cares About Keyrepair broken Key repair

  17. 10 Amazing Graphics About Mobile Auto Locksmith Near Me mobile automotive locksmith near me

  18. VannaZew表示:

    Сериал про космос – звездные врата

  19. Stormy表示:

    5 Killer Quora Answers To Double Glazing Condensation Repair
    Kit upvc window repairs near me; Stormy,

  20. 5 Killer Quora Answers To Keys Cut For Cars keys cut for Cars

  21. Mini key fob表示:

    You’ll Never Be Able To Figure Out This Replacement Mini Key Fob’s Benefits Mini key fob

  22. NBA중계表示:

    Oh my goodness! Incredible article dude! Thank you so much, However I am experiencing difficulties with your RSS.

    I don’t understand the reason why I am unable to subscribe to it.
    Is there anybody having similar RSS issues?
    Anyone who knows the answer can you kindly respond?
    Thanx!!

    My web site :: NBA중계

  23. How To Make A Profitable Double Glazed Units Near Me Even If You’re Not Business-Savvy replacement double glazed units near me

  24. How Much Do Volvo Key Replacement Experts Earn? volvo S40 key replacement cost

  25. 20 Resources That Will Make You More Efficient At Private Assessment For ADHD adhd private assessment cost

  26. The Best Window Repairs Tricks To Make A Difference In Your Life Window repairs

  27. telanjang表示:

    Hi there, I check your blog regularly. Your writing style is witty, keep
    up the good work!

  28. Interesting blog! Is your theme custom made or did you download
    it from somewhere? A theme like yours with a few simple tweeks would really make my blog shine.

    Please let me know where you got your theme. Appreciate it

  29. Glove case表示:

    10 Signs To Watch For To Find A New CSGO New Case Glove case

  30. The other day, while I was at work, my cousin stole my iphone and
    tested to see if it can survive a twenty five foot drop, just so she
    can be a youtube sensation. My iPad is now broken and she has 83
    views. I know this is entirely off topic but I had to share it with someone!

    my page … 해외선물 대여업체

發佈留言

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