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

  1. Diplomi_dpEa表示:

    Привет!
    Приобрести документ университета вы имеете возможность у нас.
    ast-diplomas.com/kupit-diplom-novosibirsk

  2. GDP growth of India over the past few decades (1951-2014) have been around an average of 5.8.

  3. Dell表示:

    14 Businesses Doing An Amazing Job At Upvc Window Repairs window repairs near me (Dell)

  4. Free games… […]Appreciating the time and effort you put into your website and in depth information you present. It’s good to come across a blog every once in a while that isn’t the same out of date rehashed information. Wonderful read! I’ve saved your site an…

  5. I am curious to find out what blog system you are utilizing? I’m having some small security problems with my latest site and I’d like to find something more safeguarded. Do you have any suggestions?

  6. Mazrodi表示:

    Здравствуйте!
    Приобретение диплома ПТУ с сокращенной программой обучения в Москве
    mans-diplomyxx.ru

  7. 4182051表示:

    7 Things About Coffee Machines Nespresso You’ll Kick Yourself For
    Not Knowing 4182051

  8. This information includes market watch on particular stocks, stock graphs and charts, etc.

  9. What’s The Job Market For Double Glazed Window Repairs Professionals Like?
    Double Glazed Window Repairs

  10. Window Repair Bedford: What’s No One Is Talking About Windows Fittings bedfordshire

  11. SteveBib表示:

    Центр сертификации https://www.rospromtest.ru осуществляет деятельность по содействию в подтверждении соответствия продукции и услуг требованиям нормативных документов, технических регламентов Таможенного союза, и сертификации ISO. Мы оказываем полный комплекс услуг в сфере сертификации.

  12. Scottiepally表示:

    RuNet https://gallerix.asia ?????????????????? ??4?????,?????????????????

  13. Upvc Windows Near Me Tools To Improve Your Daily Life Upvc Windows Near Me Technique Every
    Person Needs To Be Able To Upvc Windows Near Me

  14. Trefyox表示:

    Привет!
    Как быстро получить диплом магистра? Легальные способы
    property25.org/где-купить-диплом-о-высшем-образовани
    Всегда вам поможем!.

  15. This Is What Best Drug For Anxiety Disorder Will Look In 10 Years meds For social anxiety disorder

  16. The posh distributed could be described as distinctive; customers are actually yearning for bags is a Native aspirations. Which strange surroundings is built that is to market diversity furthermore importance with travel and leisure market trends. hotels special offers

  17. you’re truly a just right webmaster. The website loading velocity is amazing. It kind of feels that you’re doing any distinctive trick. Also, The contents are masterwork. you have performed a wonderful job in this subject!

  18. 10 Healthy Habits For Car Accident Lawyers Car accident law Firms (articlescad.com)

  19. This is really interesting, You’re a remarkably professional article writer. I have enrolled with your feed and furthermore , count on enjoying the really great write-ups. And additionally, I’ve got shared your webpage throughout our myspace.

  20. cheers for taking the time to discuss this, I feel strongly about it and love learning more on this topic. If possible, as you gain expertise, would you mind updating your blog with more info? as it is extremely useful for me.

  21. there are professional career coaches out there that charges a small fee..

  22. You guide me by sharing this toolbox i face problem whenever i use this program after reading this blog i can easily use.

  23. Diplomi_mvEa表示:

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

  24. Julius表示:

    17 Reasons You Shouldn’t Avoid SEO Marketing Company London local seo company london; Julius,

  25. Trefygx表示:

    Добрый день!
    Как быстро получить диплом магистра? Легальные способы
    bjyou4122.com/?270393
    Рады оказать помощь!.

  26. Lazrmtw表示:

    Привет!
    Мы предлагаем дипломы любых профессий по невысоким ценам.
    greendoorkitchen.com/2024/06/25/диплом-университета-купил

  27. The Best Tips You’ll Receive About Double Glazing Firms Near Me Local Double Glazing Repairs

  28. 10 Tips For Quickly Getting Double Glazed Windows Repair Near
    Me Double glazed window handle

發佈留言

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