質問編集履歴

1

変更

2017/10/21 01:41

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
  ```
16
16
 
17
- $url = 'http://test.la/ma?action=match&match[0]=142264';
17
+ $url = request()->input('url'); // http://test.la/ma?action=match&match[0]=142264
18
18
 
19
19
  $jid = strstr($url, "match[0]=");
20
20