Kotlin 的基本数值类型包括Byte、Short、Int、Long、Float、Double 等。 ... fun main(args: Array<String>) { val a: Int = 10000 println(a === a) // true,值 ...
確定! 回上一頁