有check函数,执行时返回一个Bool值
现在有10条:
check($a);
check($b);
check($c);
.
.
.
check($h)
顺序执行,如果其中某一条返回false 则不继续执行,
该如何作这个判断呢?