質問編集履歴
1
JS書き換え
title
CHANGED
File without changes
|
body
CHANGED
@@ -71,7 +71,7 @@
|
|
71
71
|
str.substr(3,5);
|
72
72
|
r.push([time,name]);
|
73
73
|
//r=await r.sort((x,y)=>x[0]>y[0]).splice(0,5);
|
74
|
-
//以下
|
74
|
+
//以下追加入力
|
75
75
|
r=await r.sort((x,y)=>x[0]>y[0]?1:-1).splice(0,5);
|
76
76
|
viewRank();
|
77
77
|
t1.disabled=false;
|