public class HelloWorld {
public static void main(String[] args) {
char today='日';
switch (today){
case 1,3,5;
System.out.printhln("吃面包");
break;
case 2,4,6;
System.out.printhln("吃油条");
break;
default:
System.out.println("主席套餐");
}
}
}
这是啥 说不通啊
不行,编译就通不过