天天看点

java开发手册之哨兵语句

if(条件判断1){

return;

}

if(条件判断2){

return;

}

//do  another things

注意事项:一定要避免多个if else 判断 带来逻辑混乱 可读性变差