$json_str = '{"thumb":"","photo":[{"url":"557a3d2184db0.png","alt":"SafeBoot\u6ce8\u518c\u8868"}]}';  // json字符串
$obj = json_decode($json_str);
$photo = $obj->photo;
$url = $photo[0]->url; // echo url; //557a3d2184db0.png

  

相关文章:

  • 2022-12-23
  • 2021-10-08
  • 2021-05-26
  • 2021-11-19
  • 2022-01-03
  • 2021-08-07
猜你喜欢
  • 2021-12-06
  • 2021-05-30
  • 2021-10-06
  • 2022-12-23
相关资源
相似解决方案