回答編集履歴
1
修正
test
CHANGED
@@ -34,6 +34,6 @@
|
|
34
34
|
|
35
35
|
String numFormat = "000" + num;
|
36
36
|
|
37
|
-
numFormat = numFormat.sub
|
37
|
+
numFormat = numFormat.substring(numFormat.length() - 3);
|
38
38
|
|
39
39
|
```
|