解析JSON格式数据
$data = '["https:\/\/ptop.only.wip.la:443\/http\/xx.com\/store\/comment\/9ad79202305231220132781.jpg"]';
$array = json_decode($data, true);
print($array );
$data = '["https:\/\/ptop.only.wip.la:443\/http\/xx.com\/store\/comment\/9ad79202305231220132781.jpg"]';
$array = json_decode($data, true);
print($array );