标签: php json
我有如下PHP代码:
$arr = array('url' => 'https://google.com/test'); echo json_encode($arr);
它回应:
{"url":"https:\/\/google.com\/test"}
如何正确解析网址?