Kotlin中::class javaClass等真实类型

除了A::class.java,a.javaClass是Class类型,其他的都是Kotlin中的类型

Last updated

Was this helpful?