在JSON中解析并返回URL

时间:2018-01-12 04:48:28

标签: php json

我有如下PHP代码:

$arr = array('url' => 'https://google.com/test');
echo json_encode($arr);

它回应:

{"url":"https:\/\/google.com\/test"}

如何正确解析网址?

0 个答案:

没有答案