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

992,377 Responses

  1. What’s up everyone, it’s my first pay a quick visit at this site, and piece of writing is really
    fruitful in support of me, keep up posting these types of
    content.

  2. 12 Stats About Slot Games To Make You Take A Look At Other People
    Slot machines (cse.google.co.za)

  3. 5 Private Psychiatrist Online Lessons From Professionals
    Private Psychiatrist uk cost

  4. Pills prescribing information. Long-Term Effects.
    lyrica cost cvs
    All about pills. Read here.

  5. Great delivery. Great arguments. Keep up the amazing work.

  6. SEO_urMa表示:

    продвижение сайтов в москве с оплатой за результат prodvizhenie-sajtov-v-moskve115.ru .

  7. Grover表示:

    It’s very trouble-free to find out any topic on net as compared to books, as I found this piece
    of writing at this web site.

  8. SEO_ixMa表示:

    продвижение сайтов в москве и московской области http://prodvizhenie-sajtov-v-moskve115.ru/ .

  9. goto77表示:

    I am really loving the theme/design of your site. Do you ever
    run into any browser compatibility issues? A
    few of my blog readers have complained about my website not operating correctly in Explorer but looks great
    in Firefox. Do you have any suggestions to help fix this problem?

  10. Lucio表示:

    15 Of The Best Pinterest Boards Of All Time About Auto Accident Attorneys auto accident lawsuit (Lucio)

  11. SEO_ryMa表示:

    поисковое сео продвижение сайтов в москве https://prodvizhenie-sajtov-v-moskve115.ru .

  12. Pills prescribing information. Brand names.
    can you get plan b online
    Actual trends of meds. Get information now.

  13. 토토친구表示:

    I have been surfing online more than 3 hours today, yet I never found any interesting article like yours.
    It’s pretty worth enough for me. Personally, if all website owners
    and bloggers made good content as you did, the web will be a lot more useful than ever before.

    My web site: 토토친구

  14. Richard表示:

    What’s The Job Market For Coffee Machines Beans Professionals?
    coffee machines beans (Richard)

  15. Medicines information leaflet. Short-Term Effects.
    can i buy generic neurontin online
    Everything news about medicament. Get information here.

  16. You’ll Be Unable To Guess Combi Single Stroller’s Tricks single Stroller

  17. The 10 Most Terrifying Things About Patio Doors Repairs Near Me Patio doors repairs

  18. It’s awesome to visit this web page and reading the views of all colleagues regarding this article, while I
    am also eager of getting familiarity.

  19. Medicine information sheet. What side effects?
    where can i get generic effexor without insurance
    Best news about medicines. Get here.

  20. Coffee Machine Nespresso Tools To Help You Manage Your Daily Life Coffee Machine Nespresso Technique Every
    Person Needs To Know Machine Nespresso

  21. If you’re prepared to get prequalified for a mortgage auto loan Calculator, we recommend speaking with Churchill Mortgage.

  22. Drugs information. Drug Class.
    where buy fluvoxamine
    Everything trends of pills. Get information now.

  23. 유동성表示:

    There are few factors aas exciting as playing with the house’s oown cash.

    Also visit my weeb site: 유동성

  24. 15 Motorcycle Accident Lawyers Benefits You Should All Be Able To Motorcycle accident lawsuits (jejucordelia.com)

  25. Medication information leaflet. Short-Term Effects.
    can you get colchicine prices
    All what you want to know about medicament. Get information here.

  26. 5 Motives Slot Tournaments Can Be A Beneficial Thing
    Top Developer Slots

  27. Pills information leaflet. Cautions.
    order cheap trileptal pills
    Best what you want to know about drug. Read here.

  28. Why American Fridge Freezer Uk Is Relevant 2023 http://www.zackfoxworth.top

發佈留言

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