Simon

Results 2 comments of Simon
trafficstars

> > > 补充一个奇怪的,在新版本的chrome和node中, 这样是不能排序的 > > > ```js > > > [3, 15, 8, 29, 102, 22].sort((a,b) => (b > a)) > > > ``` > > > >...