When the match to a value is found, the corresponding block of code is executed. Syntax: switch(expression) { case constant-expression1: { //statements; break; } ...
確定! 回上一頁