gson.fromJson(json, type);. 在Kotlin中: 第一種方式: val turnsType = object : TypeToken<List<Turns>>() {}.type val turns = Gson().
確定! 回上一頁