日期:2014-05-17 浏览次数:20446 次
$ar = range(11, 1); sort($ar); while($ar) { $r[] = array_pop($ar); if($ar) $r[] = array_shift($ar); } print_r($r);