將while 敘述改用foreach 後,新的寫法如下:. <?php foreach ($arr as $value) { echo "Value: $value \n"; } ?> 假如我們還想要列印出陣列的key,則可以改用第2 種 ...
確定! 回上一頁