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

1,655 Responses

  1. Walterrinia表示:

    https://antibiotic.best/# antibiotic without presription

  2. Bcfpro表示:

    zofran oral simvastatin generic simvastatin medication

  3. Vivienepisn表示:

    best essay writing
    buy essays online for college
    essay writer cheap

  4. RichardEnect表示:

    zithromax buy online buy zithromax online

  5. Brianjaf表示:

    generic zithromax online paypal zithromax 500mg price in india

  6. Walterrinia表示:

    https://antibiotic.best/# bactrim without a prescription

  7. NormanVok表示:

    https://cipro.pro/# buy cipro online

  8. stromectol 3 mg cpr4 – https://stromectolverb.com stromectol price usa

  9. RichardEnect表示:

    price of doxycycline doxycycline tablets

  10. Walterrinia表示:

    https://cipro.pro/# cipro online no prescription in the usa

  11. Brianjaf表示:

    buy doxycycline cheap amoxicillin 500 mg without prescription

  12. Weageby表示:

    Orval uCpwNtgWreOP 5 20 2022 buy lasix water pills online The medication is absorbed into the bloodstream without the patient needing to swallow a pill

  13. PABAKAWLBIXry表示:

    where to buy cheap lyrica tablets can i buy generic pregabalin no prescription where can i buy generic lyrica without dr prescription

  14. NormanVok表示:

    https://antibiotic.best/# buy cheap amoxicillin online

  15. RichardEnect表示:

    amoxicillin 500 mg purchase without prescription amoxicillin discount coupon

  16. ascetacle表示:

    Spearman s rank order correlation evaluating associations between p70 ribosomal S6 kinase 1 S6K1, p70 ribosomal S6 kinase 2 S6K2 and 4E binding protein 1 4EBP1 mRNA expression continuous values in four breast cancer cohorts lasix pill picture levitra differin benzoyl peroxide cleanser However, the fact is the Surface tablets have had a hard time of it since hitting the market in the last year

  17. Ginniepisn表示:

    best essay writers review
    the best essay writing service
    need help writing scholarship essay

  18. Ysilgi表示:

    meloxicam 7.5mg over the counter buy generic tamsulosin brand tamsulosin 0.4mg

  19. LABAKAWLBIXpx表示:

    buy pregabalin without prescription buy lyrica pills lyrica 150 mg uk

  20. outwazy表示:

    Droplet Precautions are used to prevent the spread of pathogens found in respiratory secretions coughing, sneezing, talking or by coming in contact with mucous membranes lasix 10 mg Methandienone cycle

  21. Ginniepisn表示:

    help me write a descriptive essay
    best essay writing service
    best essay writer

  22. ascetacle表示:

    Performing a sensitivity analysis, using a 3 level factor for T stage T1, T2, and T3 4, did not substantially change these results Table S8 lasix uses org which aggregates information from a number of sources about this complex phenomenon

  23. Vopdor表示:

    levofloxacin 500mg generic oral levaquin buy ranitidine 150mg generic

  24. DABAKAWLBIXxa表示:

    gabapentin 400 mg without prescription buy gabapentin online cheap gabapentin 400 mg drug

  25. ScottOxind表示:

    https://stromectolivermectin.pro/# buy ivermectin cream for humans

  26. Tgybtd表示:

    nexium 20mg generic order nexium 40mg generic brand imitrex

  27. LeroyKep表示:

    https://buysildenafil.best/# sildenafil 25 mg cost

  28. FrankTrasp表示:

    https://buysildenafil.best/# sildenafil brand name india

發佈回覆給「ScottOxind」的留言 取消回覆

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