为了账号安全,请及时绑定邮箱和手机立即绑定

js的sort不加函数的时候是将数组里面的每个item转换为字符串,然后比较每个子字符串第一个字符的

js的sort不加函数的时候是将数组里面的每个item转换为字符串,然后比较每个子字符串第一个字符的

杨__羊羊 2019-03-06 21:19:24
const numArr = [2, 4, 8, 609545, 2, 8, 4, 1, 10, 123, 99];const strArr = ["what", "We", "have", "lost", "will", "never"];console.log(strArr.sort());console.log(numArr.sort());
查看完整描述

2 回答

?
ITMISS

TA贡献1871条经验 获得超8个赞

The sort() method sorts the elements of an array in place and returns the array. The sort is not necessarily stable. The default sort order is according to string Unicode code points.

是Unicode,别的语言也需要排序。

Array.prototype.sort()


查看完整回答
反对 回复 2019-03-29
  • 2 回答
  • 0 关注
  • 491 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
微信客服

购课补贴
联系客服咨询优惠详情

帮助反馈 APP下载

慕课网APP
您的移动学习伙伴

公众号

扫描二维码
关注慕课网微信公众号