NSJSONSerialization中为什么这里的参数传递需要指针的指针??
+ (id)JSONObjectWithData:(NSData *)data
options:(NSJSONReadingOptions)opt
error:(NSError **)error
为什么第三个参数需要指针的指针呢????
+ (id)JSONObjectWithData:(NSData *)data
options:(NSJSONReadingOptions)opt
error:(NSError **)error
为什么第三个参数需要指针的指针呢????