let json = try? JSONEncoder().encode(user). if let data = json, let str = String(data: data, encoding: .utf8) {. print(str). }.
確定! 回上一頁