今天同事問的一個問題,請將下面的if else敘述用Java 8的lambda改寫。 String value = "19"; String result = null; if(value.equals("18") ...
確定! 回上一頁