<?php foreach ($arr as $key => $value) { echo "Array: $key, $value \n"; } ?> 對於二維以上陣列的處理方式,可以使用巢狀式的foreach 寫法。請看底下的範例:.
確定! 回上一頁