标签:class blog code http com width
NSFileManager *manager = [[NSFileManager alloc]init];
if ([manager isDeletableFileAtPath:filePath]) {
[manager removeItemAtPath:filePath error:nil];
}
原来是 临时的那张图片没有删除,code 516,布布扣,bubuko.com
标签:class blog code http com width
原文地址:http://www.cnblogs.com/guligei/p/3804448.html