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

6,952 Responses

  1. услуги по продвижению сайта в москве http://www.prodvizhenie-sajtov-v-moskve213.ru .

  2. 33win表示:

    I enjoy looking through a post that will make people think. Also, thanks for allowing for me to comment.

  3. Morkoq表示:

    celecoxib over the counter – buy indomethacin medication order indocin 75mg sale

  4. 33win表示:

    Hey there! I simply want to offer you a big thumbs up for the excellent information you’ve got here on this post. I’ll be coming back to your site for more soon.

  5. Lazrfjc表示:

    Привет!
    Мы изготавливаем дипломы психологов, юристов, экономистов и любых других профессий по приятным ценам.
    tube.tunanno.com/profile.php?u=igisifah

  6. Sazrdlb表示:

    Здравствуйте!
    Диплом специалиста
    telegra.ph/kupit-diplom-v-irkutske-irkutsk-08-13-2

  7. Very good article! We will be linking to this particularly great content on our site. Keep up the great writing.

  8. You’ll Be Unable To Guess Coffee Maker Bean To Cup’s Tricks Coffee maker bean to cup

  9. I wanted to thank you for this excellent read!! I certainly loved every little bit of it. I have you bookmarked to check out new stuff you post…

  10. 10 Things That Your Family Taught You About Replacement Car Key Costs replacement car key costs (http://www.shsenc.co.Kr)

  11. Dnrtokw表示:

    Привет, друзья!
    Приобрести документ института вы можете у нас в Москве.
    blogs.rufox.ru/~runoklisfgy/42169.htm

  12. Mazrawf表示:

    Привет, друзья!
    Процесс получения диплома стоматолога: реально ли это сделать быстро?
    avtoweek2016.ru/effektivnyiy-put-k-obrazovaniyu-kupi-diplom-i-uskor-svoy-professionalnyiy-rost

  13. ngentot表示:

    Hi! I simply would like to offer you a big thumbs up for your great information you have got right here on this post. I am coming back to your site for more soon.

  14. Wnwfonert表示:

    Was the faint line on the 12th?
    today and save!Do not lisinopril weight loss on the Internet is always the lowest.
    Cardiac output and blood pressure may fall to dangerous levels, which can lead to further coronary ischemia and extension of the infarct.

  15. link bokep表示:

    Oh my goodness! Awesome article dude! Thank you so much, However I am having difficulties with your RSS. I don’t know the reason why I cannot join it. Is there anyone else getting similar RSS issues? Anybody who knows the answer will you kindly respond? Thanx!!

  16. Stephenideox表示:

    kung saan sila ay naglalathala ng pinakabagong mga pagbabago sa batas ng mga bansang Europe sa larangan ng cryptocurrency at VASP (Virtual Asset Service Provider) para sa kaginhawahan at impormasyon ng lahat ng interesado sa batas ng cryptocurrency ng Europe. Batay kami sa aming mga artikulo sa mga paksa na mahalaga para sa mga negosyanteng nagtatrabaho sa larangan ng cryptocurrency, mga proyektong fintech, blockchain at negosyo na may kaugnayan sa IT. Kung hindi ninyo mahanap ang impormasyon na nais ninyo sa aming blog, mangyaring kontakin kami sa isang paraan na kagyat sa inyo.

  17. kontol表示:

    An interesting discussion is worth comment. I do believe that you ought to write more about this subject, it may not be a taboo subject but typically people do not talk about these subjects. To the next! Kind regards.

  18. GlennSaunk表示:

    Regulated United Europe offers complex services for bank account opening in Europe both for personal and corporate use. Also, we will be glad to offer assistance in merchant account opening. Our skilled team will prepare a detailed offer based on your needs and/or project. These days the financial borders are opening more each day, this allows one to open a bank account anywhere in the world absolutely online. It is very important that at the starting point the client understands the procedure for opening a bank account, and prepares the needed documents, how it is required by the bank or an online payment service provider. From our side, we can guarantee that we will make the procedure for the bank account opening comfortable and stress-free.

  19. Eanrcyd表示:

    Привет!
    Мы изготавливаем дипломы психологов, юристов, экономистов и прочих профессий по доступным ценам.
    mathemlib.ru

  20. Профессиональный сервисный центр по ремонту сотовых телефонов, смартфонов и мобильных устройств.
    Мы предлагаем: ремонт телефонов москва
    Наши мастера оперативно устранят неисправности вашего устройства в сервисе или с выездом на дом!

  21. ngentot表示:

    Your style is unique in comparison to other folks I’ve read stuff from. Thank you for posting when you have the opportunity, Guess I will just book mark this site.

  22. WilliamDeeli表示:

    Добрый день!
    Мы можем предложить дипломы.
    newsrbc.ru/blogs/post-4020-zhelaete-kupit-diplom-sssr-

  23. Профессиональный сервисный центр по ремонту сотовых телефонов, смартфонов и мобильных устройств.
    Мы предлагаем: ремонт смартфонов в москве
    Наши мастера оперативно устранят неисправности вашего устройства в сервисе или с выездом на дом!

發佈留言

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