@@ -122,7 +122,8 @@
NSLog(@"Exception:\n%@",exceptionStr);
}];
-
+ // 禁止Disk缓存,否则会和程序实现的缓存重复
+ [[NSURLCache sharedURLCache] setDiskCapacity:0];
// View