回答編集履歴

1

chousei

2021/06/04 04:07

投稿

yambejp
yambejp

スコア116724

test CHANGED
@@ -6,6 +6,6 @@
6
6
 
7
7
  preg_match_all($pattern,$input,$output);
8
8
 
9
- print_r($output);
9
+ print_r($output[0]);
10
10
 
11
11
  ```