Der Inhalt von JSON lautet wie folgt:
[{"id": "520","title": "我爱你","url":"https://www.php.cn",},{"id":"1314","title":"一生一世","url":"https://www.html.cn"},{"id":"2000","title":"py","url":"https://www.py.cn"}]
Ich möchte den ID-Inhalt erhalten, der dem JSON-Inhalt entspricht, über den URL-ID-Inhalt $id = $_GET["id"]
Zum Beispiel, wenn die URL ?id ist =520, dann erhalten Sie die ID: 520 im JSON-Titel und den URL-Inhalt
Wie geht das? Ich hoffe, die Großen können es mir beibringen
json_decode解码获取