阅读背景:

下标xcode 7.1使用不明确

来源:互联网 

I have this code:

我有这段代码:

var jsonResult = (try! NSJSONSerialization.JSONObjectWithData(data!, options: NSJSONReadingOptions.MutableContainers)) as! NSDictionary
var count = jsonResult["levels"]!.count as Int
for var i=0; i<count; ++i {
   let obj = jsonResult["levels"]![i] as! NSDictionary
   ...
}
var jsonResult = 



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: