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,949 Responses

  1. Everyone loves it whenever people get together and share opinions. Great site, keep it up!

  2. AngkHesia表示:

    The mouth sores last 10 to 14 days and are often very severe, making eating and drinking extremely uncomfortable.
    You can be assured of good quality and correct flagyl safe in pregnancy at reduced prices
    Older adults are more likely to seek treatment when rupture has already occurred or is imminent.

  3. AgnvHesia表示:

    Speech therapists and physical and occupational therapists may be involved in some form of rehabilitation.
    Customers satisfaction guarantee at when to take valtrex pills here are sold below wholesale
    Could this be signs of pregnancy?

  4. porn表示:

    I’m extremely pleased to discover this great site. I wanted to thank you for ones time for this wonderful read!! I definitely liked every bit of it and i also have you book-marked to look at new stuff in your blog.

  5. Trefzhw表示:

    Добрый день!
    Быстрая схема покупки диплома старого образца: что важно знать?
    forum.moi-psihoanalitik.ru/index.php?/topic/6705-по-ссылке-k221x
    Поможем вам всегда!.

  6. Kugpgq表示:

    order probenecid 500mg online – how to buy benemid tegretol pill

  7. porn表示:

    Way cool! Some very valid points! I appreciate you penning this post and the rest of the site is very good.

  8. Nine Things That Your Parent Taught You About Biofuel
    Fireplaces Biofuel fireplaces

  9. What’s new?Your blog post immediately caught my attention! Since stumbling upon your blog, I have been completely absorbed in your other articles. The engaging content you provide has left me wanting more. I have subscribed to your RSS feed and am eagerly looking forward to your upcoming updates! my page. Come by 카지노 커뮤니티

  10. Sazrjki表示:

    Привет!
    Диплом бакалавра
    telegra.ph/kupit-diplom-08-22-2

  11. The Top 5 Reasons People Thrive In The Fridges Tabletop Industry 77564623.xyz (https://bbarlock.com/index.php/User:MaddisonBreeden)

  12. TK88表示:

    Spot on with this write-up, I really think this web site needs a lot more attention. I’ll probably be back again to see more, thanks for the advice!

  13. Diplomi_oeEa表示:

    Привет, друзья!
    Заказать документ о получении высшего образования можно у нас.
    laemngophos.org/webboard/showthread.php?tid=78531

  14. Подбор сервиса по ремонту кофемашин в Москве?
    сервисные центры по обслуживанию кофемашин ремонт кофемашин москва .

  15. TK88表示:

    You are so cool! I do not suppose I’ve read a single thing like this before. So nice to find another person with a few original thoughts on this subject. Really.. thanks for starting this up. This site is something that is required on the internet, someone with some originality.

  16. Cazrusz表示:

    Добрый день!
    Купить диплом о высшем образовании
    filippwhite.blogspot.ru/2015/06/blog-post

  17. Sazrrah表示:

    Привет, друзья!
    Диплом любой специальности
    serialforfree.ru/diplomyidlyauverennyihvsebeprofessionalov

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

  19. смешные фотографии http://www.kartinkitop.ru .

  20. Mazrrlo表示:

    Привет!
    Можно ли купить аттестат о среднем образовании? Основные рекомендации
    mail.bike.by/forum/viewtopic.php?f=81&t=27279

  21. Very good article. I certainly appreciate this website. Keep it up!

  22. Dnrtdxe表示:

    Привет, друзья!
    Купить документ ВУЗа вы можете в нашей компании.
    vladmines.dn.ua/forum/index.php/topic,35219.0

  23. This excellent website certainly has all of the information and facts I needed about this subject and didn’t know who to ask.

  24. Everything is very open with a precise description of the issues. It was really informative. Your site is very useful. Thanks for sharing!

  25. Lazrkny表示:

    Привет!
    Купить диплом любого ВУЗа.
    brodyaga.org/club/user/110627/blog/5434

發佈留言

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