<?php //原始陣序$array = array(5,8,9,5,4,4,2,1,0,5,8,7,4,5,2,6,3,5,1 ... print_r($array); //小到大排序(根據值,會改變index) sort($array); ...
確定! 回上一頁