我有一个像这样的Kotlin数据类 data class Topic(val id: Long, val name: String). 如何在java变量中提供 json key 给 kotlin data class 诸如 @SerializedName 注解 ...
確定! 回上一頁