switch (expr) { case value1: // statements to execute when expr matches value1 ... that no further values in the switch statement will be compared to expr.
確定! 回上一頁