1.PHP中foreach循环数组
有两种语法,第二种比较次要但倒是第一种的有用的扩展。spa
foreach ($array as $value){}索引
foreach ($array as $key=>$value)扩展
{}; foreach