最佳答案
我想知道是否有办法在 Kotlin 一次定义多个变量,就像 Java 和世界上几乎所有其他现有语言一样。
就像 Java:
String x = "Hello World!", y = null, z;