if let author = (Mapper<Author>().map(JSONObject: item) { authorArray.append(author) } else { print("Unable to create Object from \(item)") }.
確定! 回上一頁