讓Kotlin 特別針對Null 的處理特別關愛(?),首先讓我們先看看Java 中Null 是怎麼擾人的。 //Java Code int strLength(String strInput) { return strInput.length(); } ...
確定! 回上一頁