switch `语句计算表达式,将表达式的值与`case`子句匹配,并执行与该`case`相关的语句。 以下是语法。 ```dart switch(variable_expression) { case constant_expr1: ...
確定! 回上一頁