switch expression { case constant1: // statements break; case constant2: // statements break; default: // default statements } How does the switch statement ...
確定! 回上一頁