質問編集履歴

1

JS書き換え

2019/09/29 03:23

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -144,7 +144,7 @@
144
144
 
145
145
  //r=await r.sort((x,y)=>x[0]>y[0]).splice(0,5);
146
146
 
147
- //以下修正版
147
+ //以下追加入力
148
148
 
149
149
  r=await r.sort((x,y)=>x[0]>y[0]?1:-1).splice(0,5);
150
150