php 数组

1数组遍历之foreach as

$array = [1,2,3];
foreach ($array as $item){
echo $item;
}
posted @ 2017-06-13 16:23  朴信惠  阅读(95)  评论(0)    收藏  举报