怎么写出输入不是数字1和2的异常啊,真的不会
if( (i != 1) && (i != 2) ){ //输入命令非1、2异常 throw new ErroCommandExp("命令错误异常"); }
使用TryCatch处理异常