開發者可以用switch 語句為表示式提供一系列的情況(case)。 switch 語句的語法: switch (expression) case value: statement; break; case value: ...
確定! 回上一頁