$country=array_column($order,'country');
$countryGP=array_count_values($country);
对二维数组的某一字段 做分组统计
05-11 16:56