foreach中无法使用continue

在使用foreach循环中,嵌套if条件跳出continue,代码会报错,可以将continue改成return true  如果是break,则改成return false