注意:此页面搜索的是所有试题

·break只能用于 switch语句
·switch语句中必须使用default
·break必须与switch语句中的case配对使用
·在switch中,不一定使用break

参考答案