break 是跳出当前一层循环如 :while() for(;;) do{}while,也可跳出switch(){case:break;}不跳出if-else语句,可用goto跳出(不建议如此做,有可能带来诸多问题)