最简单的方法如下,直接通过file_get_contents获取远程内容,然后通过json_decode解码
$data = json_decode( file_get_contents(“http://www.w3mentor.com/service.json”) );
最简单的方法如下,直接通过file_get_contents获取远程内容,然后通过json_decode解码
$data = json_decode( file_get_contents(“http://www.w3mentor.com/service.json”) );