为了账号安全,请及时绑定邮箱和手机立即绑定

相同类型的 case 语句可以这样写吗?

相同类型的 case 语句可以这样写吗?
case today.equals('一'||'三'||'五'):
break;

正在回答

3 回答

The operator || is undefined for the argument type(s) char, char

运算符| |是未定义的参数类型(S)字符,字符

0 回复 有任何疑惑可以回复我~

case后只能是整型或字符型,不能跟其他的

0 回复 有任何疑惑可以回复我~

不可以

 可以这样写

case '一' :

case '三' :

case '五' :

System.out.println("吃包子");


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

相同类型的 case 语句可以这样写吗?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信