无法在Alamofire中获取数组值

时间:2018-05-02 14:05:34

标签: swift alamofire

JSON模型:

If you want to know the JSON Model here it is

我正在使用Alamofire,但我无法获得“类型”数组的元素。我使用以下代码:

if let Types = mainData["types"] as? [[String : AnyObject]] {
    print(Types.count)
    print(Types)
}

0 个答案:

没有答案