$value){ echo '第'.$key.'值是:'.$fruit[$key].'或者'.$value; } ?>
foreach($fruit as $k => $v){ echo '第'.$k.'值是:'.$v; }