switch 语句中的变量类型可以是: byte、short、int 或者char。从Java SE 7 开始,switch 支持字符串String 类型了,同时case 标签必须为字符串常量或 ...
確定! 回上一頁