Kotlin has a safe call operator (?.) to handle null references. This operator executes any action only when the reference has a non-null value.
確定! 回上一頁