回答編集履歴
1
修正
answer
CHANGED
@@ -1,3 +1,3 @@
|
|
1
1
|
```
|
2
|
-
str.replace(/
|
2
|
+
str.replace(/number=[^&]*/g, 'number=01');
|
3
3
|
```
|