echo json_encode ( $array ); return json_encode ( $array );
echo:将信息打印出来。 return:返回数据。
很多人感觉要用return, 但是在php接口中要用echo。
因为