試了好幾遍,沒法運行,能幫我找下嗎
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("吃主席套餐");
}
}
}
2019-08-02
case "": ? 這里的冒號得輸入法在英文狀態(tài)下