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,194,684 Responses

  1. Disorder Social Anxiety Tools To Make Your Everyday Lifethe
    Only Disorder Social Anxiety Trick Every Individual Should Know disorder social Anxiety

  2. Don’t Let A Organization Cost You Your Family 프라그마틱 슬롯 조작

  3. casino表示:

    online slot

  4. Guide To Double Glazing Near Me: The Intermediate Guide The Steps To Double Glazing Near Me Double Glazing Near Me

  5. Guide To What Is ADHD Titration: The Intermediate Guide On What Is ADHD
    Titration What is adhd titration

  6. This is my first time pay a visit at here and i am really pleassant to
    read everthing at single place.

  7. Всем привет! Подскажите, где почитатьразные блоги о недвижимости? Сейчас читаю https://z-sip.ru

  8. fake luxebet表示:

    Good post! We will be linking to this particularly great
    content on our website. Keep up the great writing.

  9. Lakeisha表示:

    5 Tools That Everyone Involved In Private ADHD Assessment UK Industry Should Be
    Utilizing private adhd assessment adult cost [Lakeisha]

  10. Trefsfl表示:

    Всем привет)
    Будучи студентом, я наслаждался учебой до тех пор, пока не пришло время писать диплом. Но паниковать не стоило, ведь существуют компании, которые помогают с написанием и защитой диплома на отличные оценки!
    Изначально я искал информацию по теме: купить диплом в вольске, купить диплом товароведа, купить диплом в элисте, купить свидетельство о заключении брака, купить дипломы о высшем, затем наткнулся на http://kerchlibrary.ru/index.php?subaction=userinfo&user=ykada, где все мои учебные вопросы были решены!
    Хорошей учебы!

  11. Hey! Do you know if they make any plugins to protect against hackers?
    I’m kinda paranoid about losing everything I’ve worked hard on. Any tips?

  12. Hi, I do think this is an excellent website.
    I stumbledupon it 😉 I may return yet again since I book-marked it.
    Money and freedom is the greatest way to change, may you be rich
    and continue to guide other people.

  13. Drugs prescribing information. Brand names.
    how to get benicar online
    Actual what you want to know about drug. Read now.

  14. What’s The Current Job Market For Double Glazed Repairs Near Me Professionals?

    double glazed repairs near me

  15. zackfoxworth表示:

    This Week’s Most Popular Stories About Fold Away Treadmill
    zackfoxworth

  16. 023456789.xyz表示:

    Washing Machine 10 Kg’s History History Of Washing Machine 10 Kg 023456789.xyz

  17. firms表示:

    15 Incredible Stats About Medical Malpractice Legal firms

  18. video call表示:

    Howdy! Quick question that’s entirely off topic.

    Do you know how to make your site mobile friendly?
    My site looks weird when browsing from my iphone.
    I’m trying to find a theme or plugin that might be able to correct this issue.
    If you have any recommendations, please share. Appreciate it!

  19. eddafay.top表示:

    5 Bunk Bed Near Me Lessons Learned From Professionals eddafay.top

  20. pvp777 slot表示:

    This article is actually a fastidious one it helps new internet visitors, who are wishing in favor of blogging.

  21. 836614.xyz表示:

    How To Make An Amazing Instagram Video About People
    And Pets 836614.xyz

  22. situs haram表示:

    Whats up this is kinda of off topic but I was wondering if blogs use WYSIWYG editors or if you have to manually code with HTML.
    I’m starting a blog soon but have no coding skills so I wanted to get guidance from someone with experience.
    Any help would be enormously appreciated!

  23. Pills information. What side effects?
    can i buy generic proscar no prescription
    All information about pills. Read information now.

  24. 25 Surprising Facts About Anxiety Disorder Physical
    Symptoms Anxiety Disorders Definition Psychology

  25. Heya i’m for the first time here. I found this board
    and I find It really useful & it helped me out much.
    I hope to give something back and aid others like you aided me.

    Have a look at my page :: entrega de premios vocación digital raiola

發佈留言

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