就像 if else-if 語句一樣。 C語言中 switch 語句的語法如下: switch(expression){ case value1: //code to be executed; break; // ...
確定! 回上一頁