wal input: Int? = try { inputString. to Int() // Tries to parse input to an integer } catch(e: NumberFormat Exception) { null // Returns null if input could ...
確定! 回上一頁