解釋器檢查對表達式的值的每一種情況,直到找到一個匹配。如果冇有匹配,則缺省(default)條件將被使用。 switch (expression) { case condition 1: statement(s) ...
確定! 回上一頁