我有以下数据类 data class MyResponse<T>(val header: String, val body: T) 我想编写一个通用的Kotlin函数,该函数可以将json反序列化为各种 MyResponse<SimpleBody> ...
確定! 回上一頁