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

23,704 Responses

  1. Тут можно преобрести разработка сайта для медицинского центра сделать сайт медицина москва

  2. Mazrxbq表示:

    Приветствую!
    Где приобрести диплом специалиста?
    Мы изготавливаем дипломы любой профессии по приятным тарифам. Цена может зависеть от той или иной специальности, года выпуска и ВУЗа. Стараемся поддерживать для покупателей адекватную политику тарифов. Для нас очень важно, чтобы документы были доступными для большого количества наших граждан.
    Заказ диплома, подтверждающего обучение в университете, – это выгодное решение. Просто-напросто посчитайте, сколько придется вложить средств на ежемесячную оплату 5 лет обучения, на питание, аренду квартиры (если учащийся иногородний), на ежедневный проезд до ВУЗа и обратно. Получится серьезная сумма, которая значительно превышает расценки на нашу услугу. А ведь все эти годы можно работать, занимаясь своей карьерой.
    Готовый диплом с необходимыми печатями и подписями отвечает запросам и стандартам, неотличим от оригинала. Не откладывайте собственные мечты и задачи на продолжительные годы, реализуйте их с нашей помощью – отправьте быструю заявку на диплом сегодня!
    Получить диплом о среднем специальном образовании – не проблема! п»їrdiploms.com/

  3. DonaldTyclE表示:

    vibracion de motor
    Sistemas de equilibrado: clave para el funcionamiento suave y efectivo de las máquinas.

    En el entorno de la innovación moderna, donde la rendimiento y la seguridad del equipo son de alta importancia, los aparatos de equilibrado desempeñan un tarea vital. Estos sistemas dedicados están creados para calibrar y regular partes móviles, ya sea en dispositivos industrial, medios de transporte de movilidad o incluso en equipos hogareños.

    Para los técnicos en reparación de dispositivos y los profesionales, operar con aparatos de balanceo es esencial para asegurar el funcionamiento fluido y estable de cualquier dispositivo móvil. Gracias a estas soluciones modernas avanzadas, es posible limitar sustancialmente las oscilaciones, el sonido y la carga sobre los soportes, extendiendo la tiempo de servicio de componentes caros.

    Igualmente significativo es el función que cumplen los sistemas de ajuste en la servicio al usuario. El asistencia especializado y el mantenimiento regular usando estos sistemas habilitan ofrecer servicios de alta excelencia, elevando la satisfacción de los usuarios.

    Para los titulares de negocios, la contribución en equipos de calibración y detectores puede ser importante para optimizar la rendimiento y rendimiento de sus aparatos. Esto es sobre todo importante para los emprendedores que gestionan modestas y intermedias empresas, donde cada elemento es relevante.

    Además, los sistemas de calibración tienen una vasta aplicación en el sector de la fiabilidad y el monitoreo de estándar. Permiten encontrar potenciales errores, evitando arreglos elevadas y perjuicios a los sistemas. También, los resultados recopilados de estos dispositivos pueden emplearse para optimizar métodos y incrementar la reconocimiento en sistemas de búsqueda.

    Las áreas de utilización de los aparatos de calibración abarcan variadas industrias, desde la manufactura de transporte personal hasta el monitoreo del medio ambiente. No importa si se trata de importantes producciones industriales o reducidos espacios de uso personal, los equipos de calibración son necesarios para promover un operación eficiente y sin interrupciones.

  4. Deneme bonusu ile bedava bahis yaparak büyük kazançlar elde ettim!

  5. WalterCherm表示:

    They make international medication sourcing effortless.
    https://cipropharm24.top/
    п»їExceptional service every time!

  6. What’s Holding Back The Mopping Robot Industry?
    best Automatic Vacuum

  7. 6686表示:

    Howdy! I could have sworn I’ve been to this web site before but after browsing through some of the articles I realized it’s new to me. Regardless, I’m definitely delighted I found it and I’ll be book-marking it and checking back frequently!

  8. Aviator gibi crash oyunları, deneme bonusu ile risksiz oynamanın en iyi yollarından biri!

  9. Mazrjku表示:

    Где заказать диплом по актуальной специальности? купить диплом мгсу

  10. What’s The Job Market For Talking African Grey Parrot For Sale Professionals Like?
    talking African grey parrot for sale

  11. qh88表示:

    This is a really good tip particularly to those fresh to the blogosphere. Simple but very accurate information… Thanks for sharing this one. A must read article.

  12. Jasonzitte表示:

    They have strong partnerships with pharmacies around the world.
    gabapentin considerations
    This pharmacy has a wonderful community feel.

  13. Victorprima表示:

    Always up-to-date with the latest healthcare trends.
    how long until gabapentin is out of your system
    They offer invaluable advice on health maintenance.

  14. WalterCherm表示:

    The pharmacists are always updated with the latest in medicine.
    https://cytotecpharm24.top/
    I’m grateful for their around-the-clock service.

  15. mostbet_fykt表示:

    мостбет кыргызстан скачать https://cah.forum24.ru/?1-13-0-00001559-000-0-0/ .

  16. Could Buy Driver’s License No Questions Asked Be The Key
    To Achieving 2024? permis de Conduire français à vendre

  17. 주소모름表示:

    7 Small Changes You Can Make That’ll Make The Biggest Difference In Your Address Link 주소모름

  18. resources表示:

    Slot oyunları ile büyük kazançlar elde ettim, bu siteyi kesinlikle tavsiye ederim.

  19. Diplomi_qfmt表示:

    диплом сфу купить 2orik-diploms.ru .

  20. Leonora表示:

    Guide To Biomass Boiler Housings Containers: The Intermediate Guide In Biomass Boiler Housings Containers Biomass
    Boiler Housings Containers (Leonora)

  21. Diplomi_kaml表示:

    купить бланк диплома ссср 2orik-diploms.ru .

  22. WalterCherm表示:

    Quick turnaround on all my prescriptions.
    https://cytotecpharm24.top/
    The staff always goes the extra mile for their customers.

  23. Aviator gibi crash oyunlarını deneme bonusu ile oynamak riske girmeden büyük kazançlar sağlıyor!

  24. 1win_yxmi表示:

    1win скачать последнюю версию https://aktivnoe.forum24.ru/?1-8-0-00000252-000-0-0-1741169084 .

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

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