在php 中显示array数据

$a=array("a"=>"Dog","b"=>"Cat","c"=>"Horse");
print_r($a);
原文地址:https://www.cnblogs.com/carl2380/p/2621668.html