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