i would recommend to define exactly what staments should be executed: switch (variable){ case A: statement_1(); statement_3(); break; case B: statement_2(); ...
確定! 回上一頁