do { let jsonString = (さっきのJSON文字列) let jsonData = jsonString.data(using: .utf8)! let person = try JSONDecoder().decode(Person.self, ...
確定! 回上一頁