if let tempResult = jsonResult["main"]?["temp"]? as? Double 总是出错:Type "string" does not conform to protocol "NSCopying"
3 回答
举报
0/150
提交
取消
if let tempResult = jsonResult["main"]?["temp"]? as? Double 总是出错:Type "string" does not conform to protocol "NSCopying"
2014-07-31
举报