2013年8月23日 ... php $a = array(1,2,3,4,5); // 移除第2和第4個陣列元素unset($a[2]); unset($a[4]); echo "<
wbkuo.pixnet.net