在本节中,我们将介绍描述Kotlin中的大多数类型:数字,字符,布尔和数组等等。 ... fun check(c: Char) { if (c == 1) { // ERROR: incompatible types // ... } }.
確定! 回上一頁