php从文件读取json数据的简单范例
$file = new File('/path/to/file');
$myjson = $file->read(true, 'r');
$myjsonarray = json_decode($json);
php从文件读取json数据的简单范例
$file = new File('/path/to/file');
$myjson = $file->read(true, 'r');
$myjsonarray = json_decode($json);