NSMutableURLRequest *request = [NSMutableURLRequest requestWithURL:[NSURL URLWithString:dtm_url]];
AFHTTPRequestOperation * operation = [[AFHTTPRequestOperation alloc] initWithRequest:request];
[networkQue addOperation:request];
就是这么使用AFN框架,替换完成之后,发现内存暴涨,各位大神,帮忙看看是怎么解决?