(1) conditional statement
if statement, the switch statement
(2) execution of the loop statement
do while statement, the while statement, the for statement
(3) steering statement
break statement, the goto statement, the continue statement, the return statement.
正在翻譯中..