Let's first have a look at its syntax. switch(expression) { case constant1: statement(s); break ...
確定! 回上一頁