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

  1. Williamlox表示:

    N’Golo Kante https://al-ittihad.ngolokante-ar.com the French midfielder whose career has embodied perseverance, hard work and skill, has continued his path to success at Al-Ittihad Football Club, based in Saudi Arabia.

  2. SamuelDog表示:

    Сайт https://ps-likers.ru предлагает уроки по фотошоп для начинающих. На страницах сайта можно найти пошаговые руководства по анимации, созданию графики для сайтов, дизайну, работе с текстом и фотографиями, а также различные эффекты.

  3. Davidrox表示:

    Изготовление металлоконструкций и изделий в Иркутске. https://smt38.ru/

  4. The Reputation Of Meta Tags – Are They Still Fundamental?

    검색엔진최적화 seo

  5. RichardEneni表示:

    Football in Saudi Arabia https://al-hilal.ali-al-bulaihi-ar.com has long been one of the main sports, attracting millions of fans. In recent years, one of the brightest stars in Saudi football has been Ali Al-Bulaihi, defender of Al-Hilal Football Club.

  6. Stephensnalk表示:

    Luka Modric https://real-madrid.lukamodric-ar.com can certainly be called one of the outstanding midfielders in modern football.

  7. Get Vehicle Loan With Bad Credit – 3 Easy Steps 연체자 대출 (https://100day.hatenadiary.com/)

  8. FrancisGeamp表示:

    Erling Haaland https://manchester-city.erling-haaland-ar.com born on July 21, 2000 in Leeds, England, began his football journey at an early age.

  9. Ronaldnob表示:

    Brazilian footballer Neymar https://al-hilal.neymar-ar.com known for his unique playing style and outstanding achievements in world football, has made a surprise move to Al Hilal Football Club.

  10. What’s The Current Job Market For Veterans Disability Attorney Professionals Like?
    Veterans Disability attorney

  11. Jamesamoff表示:

    Harry Kane https://bayern.harry-kane-ar.com one of the most prominent English footballers of his generation, completed his move to German football club Bayern Munich in 2023.

  12. Sazrahj表示:

    Привет!
    Можно ли быстро купить диплом старого образца и в чем подвох?
    mangorpp.getbb.ru/viewtopic.php?f=3&t=458
    Всегда вам поможем!.

  13. Cazrtgn表示:

    Добрый день!
    Мы предлагаем документы ВУЗов, которые расположены в любом регионе Российской Федерации. Вы сможете заказать диплом за любой год, указав необходимую специальность и оценки за все дисциплины. Дипломы и аттестаты печатаются на “правильной” бумаге высшего качества. Это дает возможности делать государственные дипломы, не отличимые от оригинала. Они будут заверены необходимыми печатями и подписями.
    o91746bp.beget.tech/2024/07/09/otlichnye-rascenki-i-idealnoe-kachestvo-dokumenty-onlayn.html

  14. A Sage Piece Of Advice On Medical Malpractice Lawsuit From The Age
    Of Five Medical malpractice law firm

  15. I’m amazed, I have to admit. Seldom do I encounter a blog that’s both educative and engaging, and let me tell you, you’ve hit the nail on the head. The issue is an issue that too few men and women are speaking intelligently about. I’m very happy that I came across this during my hunt for something concerning this.

  16. Hi there! I could have sworn I’ve been to this website before but after going through a few of the articles I realized it’s new to me. Anyways, I’m certainly pleased I discovered it and I’ll be bookmarking it and checking back often.

  17. You’ll Never Be Able To Figure Out This Upvc Window Repair Near Me’s Benefits upvc Window Repair near me

  18. Why Medical Malpractice Case Is Everywhere This Year Medical malpractice lawsuit

  19. logo design表示:

    Everything is very open with a precise clarification of the challenges. It was really informative. Your site is very helpful. Thanks for sharing!

  20. You should take part in a contest for one of the finest websites on the internet. I’m going to highly recommend this website!

  21. I blog often and I really appreciate your content. Your article has really peaked my interest. I will take a note of your site and keep checking for new details about once a week. I subscribed to your RSS feed as well.

  22. Fzphxl表示:

    buy atorvastatin without prescription – order zestril for sale bystolic sale

  23. GeorgeWHabs表示:

    Yacine Bounou https://al-hilal.yassine-bounou-ar.com known simply as Bono, is one of the most prominent Moroccan footballers of our time.

  24. Robertuttew表示:

    Andreson Souza Conceicao https://al-nassr.talisca-ar.com known as Talisca, is one of the brightest stars of modern football.

  25. Marcelocaw表示:

    The story of Leo Messi https://inter-miami.lionelmessi.ae‘s transfer to Inter Miami began long before the official announcement. Rumors about Messi’s possible departure from Barcelona appeared in 2020

發佈留言

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