Use the switch statement to select one of many code blocks to be executed. Syntax. switch(expression) { case x: // code block
確定! 回上一頁