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