質問編集履歴
1
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -16,7 +16,7 @@
|
|
16
16
|
|
17
17
|
m=str.match(/0-9-0-9/gi);
|
18
18
|
|
19
|
-
console.log(m);
|
19
|
+
console.log(m);// >>10-1000 >>1-8がほしいです
|
20
20
|
|
21
21
|
}
|
22
22
|
|