### JavaScript箭头函数 let x = [1,2,3,4,5,6,7,8]; **x.sort( (a,b) = > b-a );** console.log(x); 实现逆序的原理是什么? 求大佬解惑
阅读量:17
点赞量:0