continue statement can be only used in loop body. ?

continue statement can be only used in loop body.

这句话的意思是说,continue语句只能用到循环体中,别的地方都不能够使用,一使用就错了。