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...

980,263 Responses

  1. doomslot表示:

    I know this if off topic but I’m looking into starting my own blog and
    was wondering what all is required to get set up?

    I’m assuming having a blog like yours would cost a pretty penny?

    I’m not very web smart so I’m not 100% positive.
    Any tips or advice would be greatly appreciated. Cheers

  2. Edna表示:

    15 Online Shopping Clothes Uk Cheap Bloggers You Must
    Follow Blood Pressure Machine With App – Edna,

  3. Replacement Key For Fiat 500 The Process Isn’t As Hard As You Think fiat van key replacement

  4. Online Shopping Uk Electronics Tips That Will Revolutionize Your Life
    Solo Rugs Hathi Gray

  5. See What Replacement Double Glazed Glass Only Near Me Tricks The Celebs Are Using
    double glazed glass

  6. dsred.com表示:

    The Top Themed Slots Gurus Are Doing 3 Things slot
    Machine bonuses; dsred.com,

  7. You’ll Never Guess This 18 Wheeler Accident Law Firm’s Secrets
    18 Wheeler Accident Law Firm

  8. Have funds disappeared on your QIWI wallet?

    We understand how frustrating that can be.

    Don’t despair—our team specializes in recovering missing money from QIWI wallets.

    Having an experienced team, we’re sure we can assist you.

    Get in touch and let’s start the process of getting your money back.

  9. How Slot Demo Was The Most Talked About Trend Of 2022 Slot Demo asli

  10. Guide To Malpractice Attorney: The Intermediate Guide The Steps To Malpractice Attorney Malpractice (Jejucordelia.Com)

  11. May I just say what a comfort to find an individual who genuinely knows what they’re talking about on the net.
    You definitely know how to bring a problem to light and make it important.
    A lot more people must look at this and understand this side of the story.
    I was surprised you aren’t more popular because you definitely have the gift.

  12. Stanleypudge表示:

    במכוני העיסוי תוכלו למצוא חדרים פרטיים אליהם תיקחו את המעסה הסקסית. בחדרים יש את כל מה שצריך בשביל בילוי אינטימי שכזה. כמובן שגם באיזור כמעט בכל עיר. למשאל חיפה זוהי העיר המגוונת ביותר בישראל. מרבית תושביה הם עולים מכל העולם, כמו גם הרבה עולים ממדינות נערת ליווי בירושלים

  13. Undisputed Proof You Need Birth Injury Litigation Birth Injury Attorneys

  14. bokep jepang表示:

    What’s Happening i’m new to this, I stumbled upon this I’ve discovered It absolutely
    helpful and it has aided me out loads. I am hoping to contribute & aid other users like its aided
    me. Great job.

  15. Remona表示:

    Why Starlight Princess Demo Doesn’t Matter To Anyone pragmatic play princess [Remona]

  16. Vimeo.Com表示:

    The Secret Secrets Of London Online Mobile Shopping Sites Vimeo.Com

  17. 5 People You Should Be Getting To Know In The Treadmill Under Desk Industry Foldable Treadmill Desk

  18. However, it appears prospects get along simply high quality with Xfinity’s cable connections, as Xfinity earned the typical velocity satisfaction ratings two years in a row in our annual customer satisfaction survey.
    However, if a person locations a pre-order he will get the game on 11
    September. The sport will launch on 15 September of this year.
    This is the primary quarter of August and NBA2K 18 will be released soon in September.
    Whenever a user requests for some content, the server which is closest to the person will
    respond. When person dials a phone number from laptop,
    can hook up with internet via modem (web or external).
    Although China has the highest number of WeChat customers, the app has grown in popularity around the globe.

    You can too stream video games instantly from a recreation console or gaming Pc
    to a appropriate app or internet browser, whether you’re on the
    native community or not. You possibly can obtain the mistaken software and it can be filled with viruses that
    will harm your console. Always go for the complete cash-again guarantee and the 24/7 coverage.

    This service is just not accessible across platforms and uses only the HP
    system. After in depth analysis, we’ve gathered
    10 of the perfect recreation server hosting platforms for newbies and tech-savvy avid gamers.

  19. What’s The Current Job Market For Land Rover Spare Key Professionals?
    Land rover spare key

  20. Www.fjclwz.us表示:

    5 Reasons Slot Tournaments Can Be A Beneficial
    Thing real casino slots [http://Www.fjclwz.us]

  21. treadmills表示:

    10 Quick Tips For Treadmill Home treadmills

  22. Drugs prescribing information. Drug Class.
    zoloft on internet
    Best news about medicines. Read here.

  23. Five Killer Quora Answers To Injury Attorneys Injury Attorneys

  24. Railroad Injuries Lawyers Tips To Relax Your Daily Lifethe One Railroad Injuries Lawyers Trick Every Individual Should Learn Railroad injuries lawyers

發佈留言

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