在C語言中,有一種 switch 構造,它可以使使用者根據測試整數值(例如, int a; /* Read the value of "a" from some source, e.g. user input */ switch (a) { case ...
確定! 回上一頁