質問編集履歴
1
JS書き換え
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
|
|