val gson = Gson() val jsonString = gson.toJson(list) val listType = object : TypeToken<List<String>>() { }.type val newList = gson.
確定! 回上一頁