JS 陣列排序範例

馬老師離開待了約十幾年的教學界,目前在外商科技公司擔任Senior Consultant的工作,原因當然很多,未來有空再慢慢發文章分享,剛好最近有點時間,怕以後忘記,把最近專案中用到的一些程式筆記下來,如果大家有需要,也可以參考使用,這一篇是關於Javascript陣列排序的部分。

通常若有較多的內容需要儲存,變數就沒有陣列來的好用,所以陣列是拿來儲存大量的資料時所使用的,且儲存在裡面的資料,還可以選擇經過排序之後再呈現至畫面上,例如:

var name = ["stanley", "jack", "anita" , "mary"];

name.sort() //依照字母排序
console.log(name); // 輸出 ["anita", "jack", "mary", "stanley"]

names.reverse() //反轉陣列內容
console.log(name); //輸出 ["stanley", "mary", "jack", "anita"]

但若我們同時有多個陣列,但希望以其中之一的內容排序時,也可以同步更新到另外一個陣列,該如何處理呢?可以參考以下的方式:

var name = ["stanley", "jack", "anita" , "mary"];
var gender = ["male" , "male" , "female" , "female"];
var score = [30, 10, 40 , 80];
var ID = ["S1" , "S2" , "S3" , "S4"];

console.log("name : " + name + "; score : " + score + "; gender : " + gender + "; ID : " + ID);
/*
排序前
name : stanley,jack,anita,mary;
score : 30,10,40,80;
gender : male,male,female,female;
ID : S1,S2,S3,S4;
*/

var list = [];
for (var i = 0; i < name.length; i++){
  list.push({
    'name': name[i],
    'score': score[i],
    'gender': gender[i],
    'ID': ID[i]
  });
}

list.sort(function(a, b) {
  return ((a.name < b.name) ? -1 : ((a.name == b.name) ? 0 : 1));
});

for (var i = 0; i < list.length; i++) {
  name[i] = list[i].name;
  score[i] = list[i].score;
  gender[i] = list[i].gender;
  ID[i] = list[i].ID;
}

console.log("name : " + name + "; score : " + score + "; gender : " + gender + "; ID : " + ID);
/*
排序後
name : anita,jack,mary,stanley;
score : 40,10,80,30;
gender : female,male,female,male;
ID : S3,S2,S4,S1;
*/

若是希望按照分數排序,則可以將sort function 修改為下:

//score 由小到大
list.sort(function(a, b) {
  return a.score - b.score
});

//score 由大到小
list.sort(function(a, b) {
  return b.score - a.score
});

補充:

上述的排序內容均以英文和數字為主,若是遇到中文可使用localeCompare進行,而排序的方式是漢語拼音順序,以下為範例:

var arr = ["二","五","四","一","三"];
//漢語拼音:一[yi], 二[er], 三[san], 四[si], 五[wu]
console.log("排序前:" + arr); // 排序前:二,五,四,一,三
arr.sort(function(a,b){
	return a.localeCompare(b, 'zh'); //排序後:二,三,四,五,一
});
console.log("排序後:" + arr); 

var arr = ["中文","英語","法國話", "京片子", "中國"];
//中文[zhong wen], 英語[ying yu], 法國話[fa guo hua], 京片子[jing pian zi], 中國[zhong guo]
console.log("排序前:" + arr); //排序前:中文,英語,法國話,京片子,中國
arr.sort(function(a,b){
	return a.localeCompare(b, 'zh');
});
console.log("排序後:" + arr); //排序後:法國話,京片子,英語,中國,中文


var arr = ["中文","英语","法国话", "京片子", "中国"];
console.log("排序前:" + arr); //排序前:中文,英语,法国话,京片子,中国
arr.sort(function(a,b){
	return a.localeCompare(b, 'zh');
});
console.log("排序後:" + arr); //排序後:法国话,京片子,英语,中国,中文

You may also like...

7,834 Responses

  1. Kissimmee表示:

    You’re so interesting! I do not think I’ve read through anything like this before. So nice to find somebody with original thoughts on this topic. Really.. thanks for starting this up. This site is one thing that is needed on the internet, someone with a little originality.

  2. Andrewrew表示:

    Jackie Chan https://karate-kid.jackiechan-ar.com was born in 1954 in Hong Kong under the name Chan Kong San.

  3. BrianBot表示:

    Brazilian footballer Malcom https://al-hilal.malcom-ar.com (full name Malcom Felipe Silva de Oliveira) achieved great success in Al Hilal, one of the leading football teams in Saudi Arabia and the entire Middle East.

  4. What’s The Current Job Market For Slot Demo
    Zeus Vs Hades Rupiah Professionals Like? slot demo zeus vs Hades rupiah

  5. Diplomi_yuEa表示:

    Привет!
    Купить документ о получении высшего образования вы имеете возможность у нас в Москве.
    ast-diplom24.ru/kupit-diplom-vracha

  6. Lynn Bolvin表示:

    Meet Your Fellow Fireplace Enthusiasts. Steve Jobs Of The Fireplace Industry Lynn Bolvin

  7. Tazrhrw表示:

    Привет, друзья!
    Купить диплом университета
    Мы можем предложить документы ВУЗов, расположенных в любом регионе Российской Федерации. Вы сможете купить диплом от любого заведения, за любой год, указав необходимую специальность и хорошие оценки за все дисциплины. Документы выпускаются на бумаге высшего качества. Это дает возможности делать государственные дипломы, не отличимые от оригиналов. Документы будут заверены всеми требуемыми печатями и подписями.
    travelwithme.social/read-blog/45682
    Рады помочь!.

  8. Qazrvzc表示:

    Добрый день!
    Можно ли быстро купить диплом старого образца и в чем подвох?.
    Приобрести диплом ВУЗа.
    datasphere.ru/club/user/12/blog/4373/

  9. Yrefmxt表示:

    Привет!
    Приобрести диплом университета.
    mockwanasvyazi.getbb.ru/viewtopic.php?f=12&t=1016
    Хорошей учебы!

  10. Sazrjrm表示:

    Привет, друзья!
    Как купить аттестат 11 класса с официальным упрощенным обучением в Москве
    dolgoprudni.rusff.me/viewtopic.php?id=2312#p5195
    Рады оказать помощь!.

  11. Cazruus表示:

    Привет!
    Мы можем предложить документы техникумов, расположенных на территории всей РФ. Можно приобрести качественный диплом за любой год, включая документы старого образца. Документы делаются на бумаге высшего качества. Это позволяет делать государственные дипломы, не отличимые от оригинала. Они заверяются необходимыми печатями и штампами.
    laporteproperty.com/en/cb-profile/pluginclass/cbblogs?action=blogs&func=show&id=127

  12. Xazrrbs表示:

    Привет!
    Купить диплом о высшем образовании
    landik-diploms-srednee.ru/attestat-shkoly В 
    Хорошей учебы!

  13. Tyroneerusa表示:

    Monica Bellucci https://dracula.monica-bellucci-ar.com one of the most famous Italian actresses of our time, has a distinguished artistic career spanning many decades. Her talent, charisma, and stunning beauty made her an icon of world cinema.

  14. LouisNeave表示:

    Edson Arantes https://santos.pele-ar.com do Nascimento, known as Pele, was born on October 23, 1940 in Tres Coracoes, Minas Gerais, Brazil.

  15. Dnrtwva表示:

    Добрый день!
    Приобрести документ университета вы имеете возможность в нашей компании в Москве.
    ast-diploms.com/kupit-diplom-moskva
    Хорошей учебы!

  16. Trefpua表示:

    Привет!
    Стоимость дипломов высшего и среднего образования и процесс их получения
    honey.ukrbb.net/viewtopic.php?f=18&t=12861
    Всегда вам поможем!.

  17. Bad Credit Bill Loan Consolidations – A Step Back Originating From A Bankruptcy Edge 신혼부부 대출 – watchtvseries.net

  18. Pvc Window Repairs: What Nobody Is Talking About upvc window repairs

  19. Card game表示:

    Hi there! I could have sworn I’ve been to this blog before but after going through many of the posts I realized it’s new to me. Anyways, I’m certainly happy I discovered it and I’ll be bookmarking it and checking back regularly.

  20. Lazrkjq表示:

    Привет!
    Мы изготавливаем дипломы психологов, юристов, экономистов и других профессий по доступным ценам.
    shugakukai.co.jp/диплом-в-хасавюрте/

  21. JasonCak表示:

    Sadio Mane https://al-nassr.sadio-mane-ar.com the Senegalese footballer best known for his performances at clubs such as Southampton and Liverpool, has become a prominent figure in Al Nassr.

  22. Dannywracy表示:

    Brazilian footballer Ricardo Escarson https://orlando-city.kaka-ar.com dos Santos Leite, better known as Kaka, is one of the most famous and successful players in football history.

  23. Richardutita表示:

    Bella Hadid https://img-models.bella-hadid-ar.com is an American model who has emerged in recent years as one of the most influential figures in the world of fashion.

  24. 11 Ways To Fully Defy Your Erb’s Palsy Claim Erb’s palsy law firm

  25. Card game表示:

    You should be a part of a contest for one of the best websites on the net. I’m going to highly recommend this website!

  26. Celia表示:

    Watch Out: How Repair Window Glass Is Taking Over The World And What Can We Do About It glass repair and replacement –
    Celia

  27. What’s The Reason Nobody Is Interested In Lamborghini
    Digital Key Lamborghini Huracan Key (https://Posteezy.Com)

  28. Sheree表示:

    5 Facts Replacement Upvc Window Handles Is Actually A Good Thing windows upvc prices (Sheree)

  29. Diplomi_vbkl表示:

    купить диплом 1993 года https://diploms-x.com .

  30. After I initially commented I appear to have clicked on the -Notify me when new comments are added- checkbox and from now on each time a comment is added I receive four emails with the exact same comment. Is there an easy method you can remove me from that service? Thank you.

發佈留言

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