为什么这不起作用:
var color: Int = 0xFF0000FF
为什么我要打电话 toInt()
toInt()
var color: Int = 0xFF0000FF.toInt()
kotlin
kotlin ×1