源代码
"60","Steve"=>"56","Mark"=>"31"); asort($age); foreach($age as $x=>$x_value) { echo "Key=" . $x . ", Value=" . $x_value; echo "
"; } ?>
运行结果