📜  改造从标题中读取值 kotlin site:stackoverflow.com - Kotlin 代码示例

📅  最后修改于: 2022-03-11 14:53:33.145000             🧑  作者: Mango

代码示例1
val responseData = response.body().data

  //now you can get any values inside the data object as like below

val header = responseData?.header

val attributeName  = header?.attributeName