JavaScript Switch 语句. 请使用switch 语句来选择要执行的多个代码块之一。 语法. switch(n) { case 1: 执行代码块1 break; case 2: 执行代码块2 break; ...
確定! 回上一頁