質問編集履歴
1
変更
title
CHANGED
File without changes
|
body
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
|
7
7
|
###コード
|
8
8
|
```
|
9
|
-
$url = 'http://test.la/ma?action=match&match[0]=142264
|
9
|
+
$url = request()->input('url'); // http://test.la/ma?action=match&match[0]=142264
|
10
10
|
$jid = strstr($url, "match[0]=");
|
11
11
|
```
|
12
12
|
何卒よろしくお願いいたします。
|