加上参数

 JSON_UNESCAPED_SLASHES即可
echo json_encode($data,JSON_UNESCAPED_SLASHES);

相关文章: