Tag: instanceof

在Kotlin中获取一个变量的类型

如何在Kotlin中找到变量类型? 在Java中有instanceof ,但Kotlin不存在: val properties = System.getProperties() // Which type?