println("JSON string is: $jsonString"). val person = Gson().fromJson(jsonString, Person::class.java). println("Person object: $person").
確定! 回上一頁