問下 我這哪錯了
public class HelloWorld {
? ? public static void main(String[] args) {
char today='日';
switch(today){
? ? ? ? case '一':
? ? ? ? case '三':
? ? ? ? case '五':
? ? System.out.printIn("今天早餐吃包子");
? ? break;
case '日':
? ? System.out.printIn("今天早餐吃主席套餐");
? ? break;
default:
? ? System.out.printIn("今天早餐吃油條");
? ? break;
?
} ?
? ? ? ? }
}
2019-05-07
println 的倒數(shù)第二個(gè)字母? ?是L的小寫