<?php foreach($arr1 as $value1) { foreach($value1 as $value2) { if($value2 == 0) { continue; //继续下次循环,在里层的foreach里面,默认为1 ...
確定! 回上一頁