回答編集履歴

1

追加

2016/11/07 11:47

投稿

fromageblanc
fromageblanc

スコア2724

test CHANGED
@@ -18,4 +18,16 @@
18
18
 
19
19
 
20
20
 
21
+ // 呼び出し
22
+
23
+ if isOnlyNumber("1234") {
24
+
25
+ // 数字のみ
26
+
27
+ } else {
28
+
29
+ // 数字のみでない
30
+
31
+ }
32
+
21
33
  ```