射手流星jia
2019-09-26 21:08
public class HelloWorld {
public static void main(String[] args) {
char today='日';
switch (today) {
case '一':
case '三':
case '五':
System.out.println("吃包子");
break;
case '二':
case '四':
case '六':
System.out.println("吃油条");
break;
default:
System.out.println("吃主席套餐");
}
}
}
没问题啊 我复制粘贴你的代码 运行成功啊
现在又可以运行了
Java入门第一季(IDEA工具)升级版
1165175 学习 · 17581 问题
相似问题