switch-case语句的case后如何接一个变量表达式,比如case后接a(变量名)或者a(变量名1)+b(变量名2)
用if else if else if else代替
case后只能是个常量表达式