foreach without key ... <?php $array = array('One', 'Two', 'Three', 'Four', 'Five'); foreach ($array as $item) { echo "$item<br />"; } ?>.
確定! 回上一頁