php $arr = [1, 2, 3, 4, 5]; foreach ($arr as $key => $value) { echo "$value\n"; } ?> 上面的代码很简单, foreach 使用 pInternalPointer 逐个遍历 ...
確定! 回上一頁