PHP中使用break跳出多重循环代码实例 $array=array(1,2,3,4,5,6); for($i=0;$i<10;$i++){ foreach($arrayas$key) { echo$key; &nb 跳出多重循环