<?php $arr = array("one", "two", "three"); foreach ($arr as $value) { $i++; echo "Value: $value\n"; $if($i >=2) break; }
確定! 回上一頁