case '二': case '四': case '六': System.out.println("吃油条"); break;
SHIFT+TAB回缩,TAB缩进
case '二':
case '四':
case '六':
System.out.println("吃油条");
break;