搜尋

首頁  >  問答  >  主體

怎麼取得json 指定內容?

json 內容如下:

[{"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"}]

我想透過url id內容$id = $_GET["id"]  取得json 內容對應的id內容

#例如url 為?id= 520 ,就獲取json裡面的id:520的title和url內容

這個怎麼搞?希望大佬們教我

阳光阳光967 天前921

全部回覆(1)我來回復

  • autoload

    autoload2022-03-26 10:16:48

    json_decode解碼取得

    回覆
    0
  • 取消回覆