NSData 转换成 NSDictionary XMLReader *reader = [[XMLReader alloc] initWithError:error]; NSDictionary *rootDictionary = [reader objectWithData:data]; 注意:XMLReader自己引用