如果if-else程式碼塊包含return語句,可以考慮通過提前return,把多餘else幹掉,使程式碼更加優雅。 優化前:. if(condition){ //doSomething }else{ ...
確定! 回上一頁