C 語言中的switch 語句用於從多個條件執行代碼。. 就像if else-if 語句一樣。. C語言中switch 語句的語法如下:. switch (expression) { case value1: //code to be ...
確定! 回上一頁