當條件為 true 時,迴圈內的程式碼,就會執行一次 執行一次之後,再判斷一次條件, ... <?php foreach($array as $key => $value){ 做一些處理; } ?> 只拿出值(value).
確定! 回上一頁