php echo "<pre>"; print_r($array); echo "</pre>"; ?> or you could use the following. <?php foreach($array as $key => $item){ echo ...
確定! 回上一頁