天天看點

java開發手冊之哨兵語句

if(條件判斷1){

return;

}

if(條件判斷2){

return;

}

//do  another things

注意事項:一定要避免多個if else 判斷 帶來邏輯混亂 可讀性變差